mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Fixed a bug of defined?
This commit is contained in:
parent
221d341db6
commit
65b87c15c4
1 changed files with 1 additions and 1 deletions
|
@ -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" -- )
|
||||
|
|
Loading…
Reference in a new issue