Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Loops-While/M2000-Interpreter/loops-while-1.m2000
Normal file
8
Task/Loops-While/M2000-Interpreter/loops-while-1.m2000
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Module Checkit {
|
||||
Def long A=1024
|
||||
While A>0 {
|
||||
Print A
|
||||
A/=2
|
||||
}
|
||||
}
|
||||
Checkit
|
||||
1
Task/Loops-While/M2000-Interpreter/loops-while-2.m2000
Normal file
1
Task/Loops-While/M2000-Interpreter/loops-while-2.m2000
Normal file
|
|
@ -0,0 +1 @@
|
|||
Module Online { A=1024&: While A>0 {Print A: A/=2}} : OnLine
|
||||
Loading…
Add table
Add a link
Reference in a new issue