This website requires JavaScript.
Explore
Help
Sign In
HIVE
/
Basic
Watch
1
Star
0
Fork
You've already forked Basic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
Basic
/
data
/
HELP
/
GOTO
10 lines
85 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
initial push (version 2.1)
2014-04-30 20:24:00 +02:00
Syntax:
GOTO <expr>
Basic 2.3
2014-06-14 15:03:48 +02:00
initial push (version 2.1)
2014-04-30 20:24:00 +02:00
Bsp.:
10 X = X + 1
20 IF X > 10 THEN GOTO 40
30 GOTO 10
40 END