Initial import.
[pforth] / fth / t_load_undef.fth
\ Test INCLUDE errors.
: T.LOAD.UNDEF
23 45 swap BADWORD \ reference an undefined word!
;