Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
6
Task/Loops-While/ANSI-BASIC/loops-while.basic
Normal file
6
Task/Loops-While/ANSI-BASIC/loops-while.basic
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
100 LET I = 1024
|
||||
110 DO WHILE I > 0
|
||||
120 PRINT I
|
||||
130 LET I = INT(I / 2)
|
||||
140 LOOP
|
||||
150 END
|
||||
Loading…
Add table
Add a link
Reference in a new issue