Data update
This commit is contained in:
parent
796d366b97
commit
35bcdeebf8
504 changed files with 7045 additions and 610 deletions
4
Task/Loops-While/Inform-7/loops-while-1.inf
Normal file
4
Task/Loops-While/Inform-7/loops-while-1.inf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
let N be 1024;
|
||||
while N > 0:
|
||||
say "[N][line break]";
|
||||
let N be N / 2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue