The Lambda Lab
/
projects
/
scheme.forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75e232
)
Implemented symbols.
author
Tim Vaughan
<tgvaughan@gmail.com>
Tue, 12 Jul 2016 11:34:25 +0000
(23:34 +1200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Tue, 12 Jul 2016 11:34:25 +0000
(23:34 +1200)
scheme.4th
patch
|
blob
|
history
diff --git
a/scheme.4th
b/scheme.4th
index
d3555a4
..
5ea44ee
100644
(file)
--- a/
scheme.4th
+++ b/
scheme.4th
@@
-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