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
Blame
History
Syntax:
GOTO <expr>
Bsp.:
10 X = X + 1
20 IF X > 10 THEN GOTO 40
30 GOTO 10
40 END
Reference in New Issue
View Git Blame
Copy Permalink