From ba4319011ccbac2041f0a6a9ec5cadae91483906 Mon Sep 17 00:00:00 2001 From: catseye Date: Sat, 24 Mar 2012 22:31:00 -0500 Subject: [PATCH] Remove jump to empty REM line. Found with yucca! --- editor-apple befunge.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editor-apple befunge.txt b/editor-apple befunge.txt index 1ab67f8..44c8dfd 100644 --- a/editor-apple befunge.txt +++ b/editor-apple befunge.txt @@ -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