Add support for vs2017 and update .gitignore to ignore vs cruft
[pforth] / fth / t_load_undef.fth
CommitLineData
8e9db35f
PB
1\ Test INCLUDE errors.
2
3: T.LOAD.UNDEF
4 23 45 swap BADWORD \ reference an undefined word!
5;