Added each.

This commit is contained in:
Brad Nelson
2022-02-06 20:51:09 -08:00
parent d6e0d0033b
commit ef7ae51ac0

View File

@ -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 ;