X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/bb6b2dcdd9acffabfd373c4c3f6b64a9cc43f335..189c9185ac57697d23484fb8c50c5d0b062c7ccd:/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! +;