Diff for /gforth/glocals.fs between versions 1.39 and 1.40

version 1.39, 1999/02/03 00:10:21 version 1.40, 1999/03/23 20:24:18
Line 300  immediate Line 300  immediate
   
 ' ( alias ( ( compilation 'ccc<close-paren>' -- ; run-time -- ) \ core,file     paren  ' ( alias ( ( compilation 'ccc<close-paren>' -- ; run-time -- ) \ core,file     paren
 \G Comment: parse and discard all subsequent characters in the parse  \G Comment: parse and discard all subsequent characters in the parse
 \G area until ")" is encountered. During interactive input, an end-of-line  \G area until "@code{)}" is encountered. During interactive input, an end-of-line
 \G also acts as a comment terminator. For file input, it does not; if the  \G also acts as a comment terminator. For file input, it does not; if the
 \G end-of-file is encountered whilst parsing for the ")" delimiter, Gforth  \G end-of-file is encountered whilst parsing for the "@code{)}" delimiter, Gforth
 \G will generate a warning.  \G will generate a warning.
 immediate  immediate
   

Removed from v.1.39  
changed lines
  Added in v.1.40


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>