langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
|
|
@ -0,0 +1,7 @@
|
|||
10 LET a=1
|
||||
20 IF a=2 THEN PRINT "This is a conditional statement"
|
||||
30 IF a=1 THEN GOTO 50: REM a conditional jump
|
||||
40 PRINT "This statement will be skipped"
|
||||
50 PRINT ("Hello" AND (1=2)): REM This does not print
|
||||
100 PRINT "Endless loop"
|
||||
110 GOTO 100:REM an unconditional jump
|
||||
Loading…
Add table
Add a link
Reference in a new issue