--- gforth/doc/gforth.ds 2010/03/07 21:19:22 1.213 +++ gforth/doc/gforth.ds 2010/03/08 11:23:22 1.214 @@ -2396,6 +2396,10 @@ Write a definition @code{vsum ( addr u - one at @code{addr cell+} etc. @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: @example