June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
6
Task/Loops-While/BASIC/loops-while-3.basic
Normal file
6
Task/Loops-While/BASIC/loops-while-3.basic
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
10 N% = 1024
|
||||
20 IF N% = 0 THEN 60
|
||||
30 PRINT N%
|
||||
40 N% = N%/2
|
||||
50 GOTO 20
|
||||
60 END
|
||||
Loading…
Add table
Add a link
Reference in a new issue