Implemented symbols.
authorTim Vaughan <tgvaughan@gmail.com>
Tue, 12 Jul 2016 11:34:25 +0000 (23:34 +1200)
committerTim Vaughan <tgvaughan@gmail.com>
Tue, 12 Jul 2016 11:34:25 +0000 (23:34 +1200)
scheme.4th

index d3555a4..5ea44ee 100644 (file)
@@ -353,14 +353,14 @@ parse-idx-stack parse-idx-sp !
     if
         nil? -rot 2drop
         if
-            true exit
+            2drop 2drop true exit
         else
-            false exit
+            2drop 2drop false exit
         then
     else
         nil? -rot 2drop
         if
-            false exit
+            2drop 2drop false exit
         then
     then