0
0

📝 remove jumping to line number

This commit is contained in:
DrMaxNix 2022-10-01 20:54:10 +02:00
parent f107c4548a
commit c51c1149b4

View File

@ -120,9 +120,6 @@ $1 >= $2
## JUMPS ## ## JUMPS ##
# jump to line 42 (jumping to lines inside of other scopes is not allowed)
jmp|jump|goto 42
# jump to a flag called "flag1" (flags are stored per-scope) # jump to a flag called "flag1" (flags are stored per-scope)
jmp|jump|goto "flag1" jmp|jump|goto "flag1"