Diff for /gforth/doc/gforth.ds between versions 1.89 and 1.90

version 1.89, 2000/09/23 18:20:19 version 1.90, 2000/11/13 22:10:31
Line 2275  continues behind the @code{while}.  @cod Line 2275  continues behind the @code{while}.  @cod
 @code{begin}, just like @code{again}.  @code{begin}, just like @code{again}.
   
 In Forth there are many combinations/abbreviations, like @code{1+}.  In Forth there are many combinations/abbreviations, like @code{1+}.
 However, @code{2/} is not one of them; it shifts it's argument right by  However, @code{2/} is not one of them; it shifts its argument right by
 one bit (arithmetic shift right):  one bit (arithmetic shift right):
   
 @example  @example

Removed from v.1.89  
changed lines
  Added in v.1.90


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