Diff for /gforth/doc/gforth.ds between versions 1.213 and 1.214

version 1.213, 2010/03/07 21:19:22 version 1.214, 2010/03/08 11:23:22
Line 2396  Write a definition @code{vsum ( addr u - Line 2396  Write a definition @code{vsum ( addr u -
 one at @code{addr cell+} etc.  one at @code{addr cell+} etc.
 @end quotation  @end quotation
   
   The difference between @code{variable} and @code{create} is that
   @code{variable} allots a cell, and that you cannot allot additional
   memory to a variable in standard Forth.
   
 You can also reserve memory without creating a new word:  You can also reserve memory without creating a new word:
   
 @example  @example

Removed from v.1.213  
changed lines
  Added in v.1.214


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