X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/bb6b2dcdd9acffabfd373c4c3f6b64a9cc43f335..e0701bfb3e9047a565191d1e582f7f5d97a79f5f:/fth/t_load_undef.fth diff --git a/fth/t_load_undef.fth b/fth/t_load_undef.fth index 8923a47..2c3c653 100644 --- a/fth/t_load_undef.fth +++ b/fth/t_load_undef.fth @@ -1,5 +1,5 @@ -\ Test INCLUDE errors. - -: T.LOAD.UNDEF - 23 45 swap BADWORD \ reference an undefined word! -; +\ Test INCLUDE errors. + +: T.LOAD.UNDEF + 23 45 swap BADWORD \ reference an undefined word! +;