X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/fe6f537b3e23ad201ba6236a6cedef2e565349a7..5a30561336c83c45b348c1dc59fb9dc4dd15237c:/fth/file.fth diff --git a/fth/file.fth b/fth/file.fth index 6b0db20..8fe0810 100644 --- a/fth/file.fth +++ b/fth/file.fth @@ -68,7 +68,6 @@ create (LINE-TERMINATOR) \n c, WHILE ( ) refill 0= IF EXIT THEN ( ) REPEAT - ; }private @@ -123,6 +122,7 @@ create (LINE-TERMINATOR) \n c, CASE -1 OF postpone ( ENDOF 0 OF postpone ( ENDOF + \ for input from files multi-line-comment ENDCASE ; immediate