--- gforth/quotes.fs 2003/03/09 15:16:52 1.8 +++ gforth/quotes.fs 2005/12/31 15:46:10 1.10 @@ -1,6 +1,6 @@ \ quote: S\" and .\" words -\ Copyright (C) 2002,2003 Free Software Foundation, Inc. +\ Copyright (C) 2002,2003,2005 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -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}