10 lines
251 B
Text
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
|
|
}
|