Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
Module CheckIt {
|
||||
Print "SPAM"
|
||||
loop
|
||||
}
|
||||
Checkit
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Module CheckIt {
|
||||
Repeat {
|
||||
Print "SPAM"
|
||||
} Always
|
||||
}
|
||||
Checkit
|
||||
10
Task/Loops-Infinite/M2000-Interpreter/loops-infinite-3.m2000
Normal file
10
Task/Loops-Infinite/M2000-Interpreter/loops-infinite-3.m2000
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue