Diff for /gforth/doc/gforth.ds between versions 1.105 and 1.106

version 1.105, 2003/01/20 17:07:39 version 1.106, 2003/01/21 10:24:44
Line 11536  doc-~~ Line 11536  doc-~~
 doc-printdebugdata  doc-printdebugdata
 doc-.debugline  doc-.debugline
   
   @cindex filenames in @code{~~} output
   @code{~~} (and assertions) will usually print the wrong file name if a
   marker is executed in the same file after their occurance.  They will
   print @samp{*somewhere*} as file name if a marker is executed in the
   same file before their occurance.
   
   
 @node Assertions, Singlestep Debugger, Debugging, Programming Tools  @node Assertions, Singlestep Debugger, Debugging, Programming Tools
 @subsection Assertions  @subsection Assertions
 @cindex assertions  @cindex assertions
Line 11599  If there is interest, we will introduce Line 11606  If there is interest, we will introduce
 intend to @code{catch} a specific condition, using @code{throw} is  intend to @code{catch} a specific condition, using @code{throw} is
 probably more appropriate than an assertion).  probably more appropriate than an assertion).
   
   @cindex filenames in assertion output
   Assertions (and @code{~~}) will usually print the wrong file name if a
   marker is executed in the same file after their occurance.  They will
   print @samp{*somewhere*} as file name if a marker is executed in the
   same file before their occurance.
   
 Definitions in ANS Forth for these assertion words are provided  Definitions in ANS Forth for these assertion words are provided
 in @file{compat/assert.fs}.  in @file{compat/assert.fs}.
   

Removed from v.1.105  
changed lines
  Added in v.1.106


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