X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/a1f4e52df60d8f26327ed57f5a9e7b70d0a04273..8e9db35f299d8f606ba003d3cd8fa9e2c868c880:/fth/t_load_semi.fth?ds=inline 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