--- gforth/kernel/quotes.fs 2002/12/03 10:47:50 1.7 +++ gforth/kernel/quotes.fs 2002/12/04 10:42:59 1.8 @@ -71,6 +71,7 @@ interpret/compile: S" ( compilation 'ccc :noname [char] " parse type ; :noname postpone (.") ," align ; +\ :noname postpone s" 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