[gforth] / gforth / glocals.fs  

gforth: gforth/glocals.fs

Diff for /gforth/glocals.fs between version 1.38 and 1.39

version 1.38, Tue Dec 8 22:02:44 1998 UTC version 1.39, Wed Feb 3 00:10:21 1999 UTC
Line 292 
Line 292 
         postpone laddr# @ lp-offset, ;          postpone laddr# @ lp-offset, ;
   
 \ you may want to make comments in a locals definitions group:  \ you may want to make comments in a locals definitions group:
 ' \ alias \ immediate  ' \ alias \ ( -- ) \ core-ext,block-ext backslash
 ' ( alias ( immediate  \G Line comment: if @code{BLK} contains 0, parse and discard the remainder
   \G of the parse area. Otherwise, parse and discard all subsequent characters in the
   \G parse area corresponding to the current line.
   immediate
   
   ' ( alias ( ( compilation 'ccc<close-paren>' -- ; run-time -- ) \ core,file     paren
   \G Comment: parse and discard all subsequent characters in the parse
   \G area until ")" 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 end-of-file is encountered whilst parsing for the ")" delimiter, Gforth
   \G will generate a warning.
   immediate
   
 forth definitions  forth definitions
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help