[gforth] / gforth / Attic / gforth.texi  

gforth: gforth/Attic/gforth.texi

Diff for /gforth/Attic/gforth.texi between version 1.3 and 1.4

version 1.3, Fri Jun 17 12:35:02 1994 UTC version 1.4, Wed Aug 10 17:22:37 1994 UTC
Line 437 
Line 437 
 : endif   POSTPONE then ; immediate  : endif   POSTPONE then ; immediate
 @end example  @end example
   
   [According to Webster's New Encyclopedic Dictionary, then (adv.) has the
   following meanings: ... 2b: following next after in order ... 3d: as a
   necessary consequence (if you were there, then you saw them). Forth's
   @code{THEN} has the meaning 2b, @code{THEN} in Pascal and many other
   programming languages has the meaning 3d.]
   
 We also provide the words @code{?dup-if} and @code{?dup-not-if}, so you  We also provide the words @code{?dup-if} and @code{?dup-not-if}, so you
 can avoid using @code{?dup}.  can avoid using @code{?dup}.
   
Line 550 
Line 556 
 @var{limit} is crossed. However, @code{S+LOOP} is not part of the ANS  @var{limit} is crossed. However, @code{S+LOOP} is not part of the ANS
 Forth standard.  Forth standard.
   
 The @code{?DO} can be replaced by @code{DO}. @code{DO} enters the loop  @code{?DO} can be replaced by @code{DO}. @code{DO} enters the loop even
 even when the start and the limit value are equal. We do not recommend  when the start and the limit value are equal. We do not recommend using
 using @code{DO}. It will just give you maintenance troubles.  @code{DO}. It will just give you maintenance troubles.
   
 FOR NEXT UNLOOP  FOR NEXT UNLOOP
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help