--- gforth/kernel/quotes.fs 2002/12/03 10:47:50 1.7 +++ gforth/kernel/quotes.fs 2003/08/25 14:17:54 1.11 @@ -1,6 +1,6 @@ \ quote: S" and ." words -\ Copyright (C) 1996,1998,1999 Free Software Foundation, Inc. +\ Copyright (C) 1996,1998,1999,2002,2003 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -70,7 +70,7 @@ interpret/compile: S" ( compilation 'ccc [THEN] :noname [char] " parse type ; -:noname postpone (.") ," align ; +: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