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