Merge branch 'main' of github.com:nineties/planckforth into main

This commit is contained in:
Koichi Nakamura 2021-05-05 23:14:12 +09:00
commit 9f176b88d2

View file

@ -2435,8 +2435,8 @@ BLOCK-SIZE remaining-size !
: need-defined ( "name" -- )
word throw dup find unless
." Implementation of " type ." is missing." cr
." Please implement it or use --gen <target> option." cr
." Implementation of " type ." for " runtime type ." is missing." cr
." Please implement it." cr
UNDEFINED-WORD-ERROR throw
then drop
;