September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
100 RANDOMIZE
|
||||
110 DO
|
||||
120 LET A=RND(20)+1
|
||||
130 PRINT A,
|
||||
140 IF A=10 THEN EXIT DO
|
||||
150 PRINT RND(20)+1
|
||||
160 LOOP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue