Diff for /gforth/quotes.fs between versions 1.11 and 1.13

version 1.11, 2007/08/11 09:12:06 version 1.13, 2007/12/31 17:34:58
Line 1 Line 1
 \ quote: S\" and .\" words  \ 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.  \ This file is part of Gforth.
   
Line 85  interpret/compile: s\" ( compilation 'cc Line 85  interpret/compile: s\" ( compilation 'cc
 \G Like @code{S"}, but translates C-like \-escape-sequences, as  \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 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 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 @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 numerical character value (non-standard), @code{\x}[0-9a-f]@{0,2@}
 \G hex numerical character value (standard only with two digits); a  \G hex numerical character value (standard only with two digits); a
 \G @code{\} before any other character is reserved.  \G @code{\} before any other character is reserved.
   

Removed from v.1.11  
changed lines
  Added in v.1.13


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>