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

version 1.8, 2003/03/09 15:16:52 version 1.9, 2005/10/02 11:30:32
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.9


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