From 65b87c15c42efcf6c1e4309274cca738a9222dbc Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Thu, 14 Jan 2021 09:45:42 +0900 Subject: [PATCH] Fixed a bug of defined? --- bootstrap.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.fs b/bootstrap.fs index 7cea43d..d59d48c 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -2392,7 +2392,7 @@ BLOCK-SIZE remaining-size ! [then] \ End of environment dependent code : defined? ( "name" -- f ) - word throw find <> 0 + word throw find 0 <> ; : need-defined ( "name" -- )