--- gforth/quotes.fs 2003/03/09 15:16:52 1.8 +++ gforth/quotes.fs 2005/10/02 11:30:32 1.9 @@ -59,7 +59,7 @@ char o c, char p c, char " c, 13 endif 1 chars under+ ; -: \"-parse ( "string"<"> -- c-addr u ) +: \"-parse ( "string"<"> -- c-addr u ) \ gforth backslash-quote-parse \G parses string, translating @code{\}-escapes to characters (as in \G C). The resulting string resides at @code{here char+}. The \G supported @code{\-escapes} are: @code{\a} BEL (alert), @code{\b}