From a143fdf7a49760254d81b32d37ff6d3ec350e85f Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Sat, 7 Nov 2020 11:03:08 -0600 Subject: [PATCH] show the data stack at the prompt if non-empty --- startup.4th | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.4th b/startup.4th index a537ff5..ef1e31a 100644 --- a/startup.4th +++ b/startup.4th @@ -2169,7 +2169,7 @@ STDIN TTY? CONSTANT INTERACTIVE? REFILL 0= IF BYE THEN INTERPRET [ INTERACTIVE? ] [IF] - STATE @ 0= IF "OK\n" TYPE THEN + STATE @ 0= IF DEPTH IF .S THEN "OK\n" TYPE THEN [THEN] AGAIN ;