RosettaCodeData/Task/Here-document/M2000-Interpreter/here-document.m2000
2023-07-01 13:44:08 -04:00

8 lines
287 B
Text

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