2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
5
Task/Loops-Break/BASIC/loops-break-3.basic
Normal file
5
Task/Loops-Break/BASIC/loops-break-3.basic
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
10 LET a = INT (RND * 20)
|
||||
20 PRINT a
|
||||
30 IF a = 10 THEN STOP
|
||||
40 PRINT INT (RND * 20)
|
||||
50 GO TO 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue