Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Loops-Break/Commodore-BASIC/loops-break.basic
Normal file
8
Task/Loops-Break/Commodore-BASIC/loops-break.basic
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
10 X = RND(-TI) : REM SEED RN GENERATOR
|
||||
20 A = INT(RND(1)*20)
|
||||
30 PRINT A
|
||||
40 IF A = 10 THEN 80
|
||||
50 B = INT(RND(1)*20)
|
||||
60 PRINT B
|
||||
70 GOTO 20
|
||||
80 END
|
||||
Loading…
Add table
Add a link
Reference in a new issue