Diff for /gforth/doc/gforth.ds between versions 1.200 and 1.201

version 1.200, 2008/11/08 19:43:50 version 1.201, 2008/11/13 22:37:02
Line 5814  ENDTRY Line 5814  ENDTRY
 @end example  @end example
   
 This performs @i{code1}.  If @i{code1} completes normally, execution  This performs @i{code1}.  If @i{code1} completes normally, execution
 continues with @i{code3}.  If @i{code1} or there is an exception  continues with @i{code3}.  If there is an exception in @i{code1} or
 before @code{endtry}, the stacks are reset to the state during  before @code{endtry}, the stacks are reset to the depth during
 @code{try}, the throw value is pushed on the data stack, and execution  @code{try}, the throw value is pushed on the data stack, and execution
 constinues at @i{code2}, and finally falls through the @i{code3}.  constinues at @i{code2}, and finally falls through to @i{code3}.
   
 doc-try  doc-try
 doc-endtry  doc-endtry

Removed from v.1.200  
changed lines
  Added in v.1.201


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