2020-09-22
02:09 AM
- last edited on
2021-09-15
12:45 AM
by
Noemi Balogh
2020-09-22 02:39 AM
2020-09-22 07:39 PM
2020-09-22 08:11 PM
jakubc7 wrote:
I couldn't get GOTO "line number" to work
GOTO 999999 !!other code here 999999: !!skip to here
2020-09-22 08:23 PM
2020-09-24 06:26 PM
2020-09-28 12: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-19 05:33 PM