--- gforth/quotes.fs 2007/08/11 09:12:06 1.11 +++ gforth/quotes.fs 2007/12/31 17:34:58 1.13 @@ -1,6 +1,6 @@ \ quote: S\" and .\" words -\ Copyright (C) 2002,2003,2005 Free Software Foundation, Inc. +\ Copyright (C) 2002,2003,2005,2007 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -85,8 +85,8 @@ interpret/compile: s\" ( compilation 'cc \G Like @code{S"}, but translates C-like \-escape-sequences, as \G follows: @code{\a} BEL (alert), @code{\b} BS, @code{\e} ESC (not in \G C99), @code{\f} FF, @code{\n} newline, @code{\r} CR, @code{\t} HT, -\G @code{\v} VT, @code{\"} ", @code{\\} \, @code{\}[0-7]{1,3} octal -\G numerical character value (non-standard), @code{\x}[0-9a-f]{0,2} +\G @code{\v} VT, @code{\"} ", @code{\\} \, @code{\}[0-7]@{1,3@} octal +\G numerical character value (non-standard), @code{\x}[0-9a-f]@{0,2@} \G hex numerical character value (standard only with two digits); a \G @code{\} before any other character is reserved.