From: Tim Vaughan Date: Thu, 27 Oct 2016 03:46:09 +0000 (+1300) Subject: Fixed stack hygiene bug. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=commitdiff_plain;h=167e0b9dcc4de39b9479abcfcc80cc039023e1a7 Fixed stack hygiene bug. --- diff --git a/scheme.4th b/scheme.4th index 08b4bcd..7c1a316 100644 --- 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