X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/bb6b2dcdd9acffabfd373c4c3f6b64a9cc43f335..189c9185ac57697d23484fb8c50c5d0b062c7ccd:/fth/t_load_semi.fth diff --git a/fth/t_load_semi.fth b/fth/t_load_semi.fth index 83bdd26..4aa3e77 100644 --- a/fth/t_load_semi.fth +++ b/fth/t_load_semi.fth @@ -1,6 +1,6 @@ -\ Test INCLUDE errors. - -: T.LOAD.PAIRS - 1 IF - ." hello" cr -; \ missing a THEN +\ Test INCLUDE errors. + +: T.LOAD.PAIRS + 1 IF + ." hello" cr +; \ missing a THEN