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

version 1.7, 2002/12/03 10:47:50 version 1.8, 2002/12/04 10:42:59
Line 71  interpret/compile: S" ( compilation 'ccc Line 71  interpret/compile: S" ( compilation 'ccc
   
 :noname    [char] " parse type ;  :noname    [char] " parse type ;
 :noname    postpone (.") ,"  align ;  :noname    postpone (.") ,"  align ;
   \ :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.7  
changed lines
  Added in v.1.8


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