fix some file extensions
This commit is contained in:
parent
68f8f3e56b
commit
f3a896c724
789 changed files with 91 additions and 62 deletions
12
Task/Loops-Break/TUSCRIPT/loops-break.tu
Normal file
12
Task/Loops-Break/TUSCRIPT/loops-break.tu
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
$$ MODE TUSCRIPT
|
||||
LOOP
|
||||
a=RANDOM_NUMBERS (0,19,1)
|
||||
IF (10==a) THEN
|
||||
PRINT "a=",a
|
||||
STOP
|
||||
ELSE
|
||||
b=RANDOM_NUMBERS (0,19,1)
|
||||
PRINT "a=",a," b=",b
|
||||
ENDIF
|
||||
IF (10==a,b) STOP
|
||||
ENDLOOP
|
||||
Loading…
Add table
Add a link
Reference in a new issue