Minor tweaks
[debian/pforth] / fth / file.fth
index 6b0db204a99f9c38ac8850cd9db814d0ac9a0b7b..8fe0810446de6142d537c144662bce9fa5793310 100644 (file)
@@ -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