From ef7ae51ac08788e40242c316cc75aa48ded4637e Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sun, 6 Feb 2022 20:51:09 -0800 Subject: [PATCH] Added each. --- ueforth/common/boot.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/common/boot.fs b/ueforth/common/boot.fs index 9e9eb2c..be3572f 100644 --- a/ueforth/common/boot.fs +++ b/ueforth/common/boot.fs @@ -195,5 +195,5 @@ variable boot-prompt : raw-ok ." v{{VERSION}} - rev {{REVISION}}" cr boot-prompt @ if boot-prompt @ execute then ." Forth dictionary: " remaining used free. cr - ." 3 x Forth stacks: " 'stack-cells @ cells . ." bytes" cr + ." 3 x Forth stacks: " 'stack-cells @ cells . ." bytes each" cr prompt refill drop quit ;