--- gforth/kernel/quotes.fs 2002/12/04 10:42:59 1.8 +++ gforth/kernel/quotes.fs 2003/03/09 15:17:06 1.10 @@ -1,6 +1,6 @@ \ quote: S" and ." words -\ Copyright (C) 1996,1998,1999 Free Software Foundation, Inc. +\ Copyright (C) 1996,1998,1999,2002 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -70,8 +70,7 @@ interpret/compile: S" ( compilation 'ccc [THEN] :noname [char] " parse type ; -:noname postpone (.") ," align ; -\ :noname postpone s" postpone type ; +:noname [char] " parse postpone sLiteral postpone type ; interpret/compile: ." ( compilation 'ccc"' -- ; run-time -- ) \ core dot-quote \G Compilation: Parse a string @i{ccc} delimited by a " (double \G quote). At run-time, display the string. Interpretation semantics