X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/bb6b2dcdd9acffabfd373c4c3f6b64a9cc43f335..946b28a8478c998de8aaec852f23548a4242e070:/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