Diff for /gforth/doc/gforth.ds between versions 1.197 and 1.198

version 1.197, 2008/07/15 16:11:49 version 1.198, 2008/08/08 20:56:14
Line 2067  one bit (arithmetic shift right): Line 2067  one bit (arithmetic shift right):
 @end example  @end example
   
 @code{assert(} is no standard word, but you can get it on systems other  @code{assert(} is no standard word, but you can get it on systems other
 then Gforth by including @file{compat/assert.fs}.  You can see what it  than Gforth by including @file{compat/assert.fs}.  You can see what it
 does by trying  does by trying
   
 @example  @example
Line 2756  bar Line 2756  bar
 see bar  see bar
 @end example  @end example
   
 Two conventions to mark words with non-default compilation semnatics are  Two conventions to mark words with non-default compilation semantics are
 names with brackets (more frequently used) and to write them all in  names with brackets (more frequently used) and to write them all in
 upper case (less frequently used).  upper case (less frequently used).
   
Line 3110  about defining words is an array definin Line 3110  about defining words is an array definin
 n-dimensional arrays).  Go ahead and do it, I did it, too; you will  n-dimensional arrays).  Go ahead and do it, I did it, too; you will
 learn something from it.  However, don't be disappointed when you later  learn something from it.  However, don't be disappointed when you later
 learn that you have little use for these words (inappropriate use would  learn that you have little use for these words (inappropriate use would
 be even worse).  I have not yet found a set of useful array words yet;  be even worse).  I have not found a set of useful array words yet;
 the needs are just too diverse, and named, global arrays (the result of  the needs are just too diverse, and named, global arrays (the result of
 naive use of defining words) are often not flexible enough (e.g.,  naive use of defining words) are often not flexible enough (e.g.,
 consider how to pass them as parameters).  Another such project is a set  consider how to pass them as parameters).  Another such project is a set

Removed from v.1.197  
changed lines
  Added in v.1.198


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