7 lines
142 B
Text
7 lines
142 B
Text
a$="123"
|
|
if a$ ~ "12*" then 1000
|
|
alfa: ' only remarks here
|
|
Print "print here, spaghetti code, marvelous"
|
|
Exit
|
|
1000 Print "ok final"
|
|
Goto alfa
|