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

9 lines
287 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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