--- gforth/kernel/quotes.fs 2002/12/04 10:42:59 1.8 +++ gforth/kernel/quotes.fs 2002/12/14 17:34:12 1.9 @@ -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