mirror of
https://github.com/catseye/Apple-Befunge.git
synced 2025-02-22 00:28:57 +00:00
Remove jump to empty REM line. Found with yucca!
This commit is contained in:
parent
681a730080
commit
ba4319011c
@ -160,9 +160,8 @@ REM ! BOOLEAN NOT
|
||||
|
||||
REM " TOGGLE QUOTEMODE
|
||||
|
||||
1110 IF QM%=0 THEN QM%=1:GOTO 1180
|
||||
1110 IF QM%=0 THEN QM%=1:GOTO 1190
|
||||
1120 QM%=0
|
||||
1180 REM
|
||||
1190 RETURN
|
||||
|
||||
REM # TRAMPOLINE
|
||||
|
Loading…
x
Reference in New Issue
Block a user