Diff for /gforth/doc/gforth.ds between versions 1.125 and 1.126

version 1.125, 2004/05/31 12:59:20 version 1.126, 2004/06/07 11:22:07
Line 8528  doc-block-included Line 8528  doc-block-included
   
   
 @c -------------------------------------------------------------  @c -------------------------------------------------------------
 @node Other I/O, Locals, Blocks, Words  @node Other I/O, OS command line arguments, Blocks, Words
 @section Other I/O  @section Other I/O
 @cindex I/O - keyboard and display  @cindex I/O - keyboard and display
   
Line 8941  doc-argc Line 8941  doc-argc
 doc-argv  doc-argv
   
 @c -------------------------------------------------------------  @c -------------------------------------------------------------
 @node Locals, Structures, Other I/O, Words  @node Locals, Structures, OS command line arguments, Words
 @section Locals  @section Locals
 @cindex locals  @cindex locals
   
Line 12134  caught by @code{catch} (e.g., for restor Line 12134  caught by @code{catch} (e.g., for restor
   
 @menu  @menu
 * ANS Report::                  Report the words used, sorted by wordset.  * ANS Report::                  Report the words used, sorted by wordset.
   * Stack depth changes::         Reports stack depth changes during interpretation
 @end menu  @end menu
   
 See also @ref{Emacs and Gforth}.  See also @ref{Emacs and Gforth}.
   
 @node ANS Report,  , Tools, Tools  @node ANS Report, Stack depth changes, Tools, Tools
 @section @file{ans-report.fs}: Report the words used, sorted by wordset  @section @file{ans-report.fs}: Report the words used, sorted by wordset
 @cindex @file{ans-report.fs}  @cindex @file{ans-report.fs}
 @cindex report the words used in your program  @cindex report the words used in your program
Line 12183  compilation semantics of @code{S"}, it i Line 12184  compilation semantics of @code{S"}, it i
 its interpretation semantics, it is a File word.  its interpretation semantics, it is a File word.
   
   
 @node Stack depth changes  @node Stack depth changes, , ANS Report, Tools
 @section Stack depth changes during interpretation  @section Stack depth changes during interpretation
 @cindex @file{depth-changes.fs}  @cindex @file{depth-changes.fs}
 @cindex depth changes during interpretation  @cindex depth changes during interpretation

Removed from v.1.125  
changed lines
  Added in v.1.126


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