Diff for /gforth/doc/gforth.ds between versions 1.147 and 1.148

version 1.147, 2006/02/19 22:00:19 version 1.148, 2006/02/20 08:22:29
Line 2231  there (thus its name).  Programmers can Line 2231  there (thus its name).  Programmers can
 @code{>r} takes an element from the data stack and pushes it onto the  @code{>r} takes an element from the data stack and pushes it onto the
 return stack; conversely, @code{r>} moves an elementm from the return to  return stack; conversely, @code{r>} moves an elementm from the return to
 the data stack; @code{r@@} pushes a copy of the top of the return stack  the data stack; @code{r@@} pushes a copy of the top of the return stack
 on the return stack.  on the data stack.
   
 Forth programmers usually use the return stack for storing data  Forth programmers usually use the return stack for storing data
 temporarily, if using the data stack alone would be too complex, and  temporarily, if using the data stack alone would be too complex, and

Removed from v.1.147  
changed lines
  Added in v.1.148


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