September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,5 +1,7 @@
|
|||
10 LET a = INT (RND * 20)
|
||||
20 PRINT a
|
||||
30 IF a = 10 THEN STOP
|
||||
40 PRINT INT (RND * 20)
|
||||
50 GO TO 10
|
||||
do
|
||||
a = int(rnd * 20)
|
||||
print a
|
||||
if a = 10 then exit loop 'EXIT FOR works the same inside FOR loops
|
||||
b = int(rnd * 20)
|
||||
print b
|
||||
loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue