RosettaCodeData/Task/Here-document/M2000-Interpreter/here-document.m2000

9 lines
287 B
Plaintext

Module Checkit {
a$={This is the first line
This is the second line
End bracket position declare indentation fortext (except for first line)
}
Report a$ ' print all lines, without space at the left
}
CheckIt