From 167e0b9dcc4de39b9479abcfcc80cc039023e1a7 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Thu, 27 Oct 2016 16:46:09 +1300 Subject: [PATCH] Fixed stack hygiene bug. --- scheme.4th | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1