RosettaCodeData/Task/Loops-Infinite/M2000-Interpreter/loops-infinite-3.m2000
2023-07-01 13:44:08 -04:00

10 lines
251 B
Text

Module CheckIt {
\\ stop in every 2/3 of cosole lines
\\ press spacebar or mouse button to continue
Report Format$("Spam\n")
Loop
}
Checkit
\\ using multiline string, replace report from module above
Report {SPAM
}