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:
4d9d90c
)
Fixed stack hygiene bug.
author
Tim Vaughan
<tgvaughan@gmail.com>
Thu, 27 Oct 2016 03:46:09 +0000
(16:46 +1300)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Thu, 27 Oct 2016 03:46:09 +0000
(16:46 +1300)
scheme.4th
patch
|
blob
|
history
diff --git
a/scheme.4th
b/scheme.4th
index
08b4bcd
..
7c1a316
100644
(file)
--- a/
scheme.4th
+++ b/
scheme.4th
@@
-1481,6
+1481,7
@@
include scheme-primitives.4th
read-console
2dup EOF character-type objeq? if
+ 2drop
bold fg blue ." Moriturus te saluto." reset-term cr
exit
then