Diff for /gforth/quotes.fs between versions 1.8 and 1.10

version 1.8, 2003/03/09 15:16:52 version 1.10, 2005/12/31 15:46:10
Line 1 Line 1
 \ quote: S\" and .\" words  \ 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.  \ This file is part of Gforth.
   
Line 59  char o c,  char p c,  char " c,      13 Line 59  char o c,  char p c,  char " c,      13
     endif      endif
     1 chars under+ ;      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 parses string, translating @code{\}-escapes to characters (as in
 \G C).  The resulting string resides at @code{here char+}.  The  \G C).  The resulting string resides at @code{here char+}.  The
 \G supported @code{\-escapes} are: @code{\a} BEL (alert), @code{\b}  \G supported @code{\-escapes} are: @code{\a} BEL (alert), @code{\b}

Removed from v.1.8  
changed lines
  Added in v.1.10


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