Diff for /gforth/doc/gforth.ds between versions 1.234 and 1.235

version 1.234, 2011/12/31 15:29:25 version 1.235, 2012/02/08 17:08:19
Line 2115  Here's a loop with an exit at the end: Line 2115  Here's a loop with an exit at the end:
   nip ;    nip ;
 @end example  @end example
   
 @code{Until} consumes a flag; if it is non-zero, execution continues at  @code{Until} consumes a flag; if it is zero, execution continues at
 the @code{begin}, otherwise after the @code{until}.  the @code{begin}, otherwise after the @code{until}.
   
 @quotation Assignment  @quotation Assignment

Removed from v.1.234  
changed lines
  Added in v.1.235


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