Diff for /gforth/kernel/quotes.fs between versions 1.8 and 1.9

version 1.8, 2002/12/04 10:42:59 version 1.9, 2002/12/14 17:34:12
Line 70  interpret/compile: S" ( compilation 'ccc Line 70  interpret/compile: S" ( compilation 'ccc
 [THEN]  [THEN]
   
 :noname    [char] " parse type ;  :noname    [char] " parse type ;
 :noname    postpone (.") ,"  align ;  :noname    [char] " parse postpone sLiteral postpone type ;
 \ :noname postpone s" postpone type ;  
 interpret/compile: ." ( compilation 'ccc"' -- ; run-time -- )  \ core   dot-quote  interpret/compile: ." ( compilation 'ccc"' -- ; run-time -- )  \ core   dot-quote
   \G Compilation: Parse a string @i{ccc} delimited by a " (double    \G Compilation: Parse a string @i{ccc} delimited by a " (double
   \G quote). At run-time, display the string. Interpretation semantics    \G quote). At run-time, display the string. Interpretation semantics

Removed from v.1.8  
changed lines
  Added in v.1.9


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