2020-09-22
11:09 AM
- last edited on
2021-09-15
09:45 AM
by
Noemi Balogh
2020-09-22 11:39 AM
2020-09-23 04:39 AM
2020-09-23 05:11 AM
jakubc7 wrote:
I couldn't get GOTO "line number" to work
GOTO 999999 !!other code here 999999: !!skip to here
2020-09-23 05:23 AM
2020-09-25 03:26 AM
| AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2020-09-28 09:26 AM
code
...
goto "masterEnd"
"subroutine":
! only executed with gosub, can be called from other scripts too
...
return
"masterEnd":
! last line of master script, execution continues in other scripts
2020-10-20 02:33 AM