September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,7 +1,8 @@
|
|||
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
|
||||
REPEAT
|
||||
number = RANDOM(20)
|
||||
PRINT "first " ,number
|
||||
IF number = 0 THEN
|
||||
BREAK
|
||||
ENDIF
|
||||
PRINT "second ",RANDOM(20)
|
||||
UNTIL FALSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue