]> git.gag.com Git - debian/pforth/blob - fth/t_load_undef.fth
Improve Makefile to make it more standard and so that
[debian/pforth] / fth / t_load_undef.fth
1 \ Test INCLUDE errors.\r
2 \r
3 : T.LOAD.UNDEF\r
4         23 45 swap BADWORD \ reference an undefined word!\r
5 ;\r