[gforth] / gforth / doc / gforth.ds  

gforth: gforth/doc/gforth.ds

Diff for /gforth/doc/gforth.ds between version 1.169 and 1.170

version 1.169, Sun Dec 31 13:39:15 2006 UTC version 1.170, Sun Jan 21 17:29:54 2007 UTC
Line 275 
Line 275 
 * Anonymous Definitions::       Definitions without names  * Anonymous Definitions::       Definitions without names
 * Supplying names::             Passing definition names as strings  * Supplying names::             Passing definition names as strings
 * User-defined Defining Words::  * User-defined Defining Words::
 * Deferred words::              Allow forward references  * Deferred Words::              Allow forward references
 * Aliases::  * Aliases::
   
 User-defined Defining Words  User-defined Defining Words
Line 5619 
Line 5619 
 IS foo  IS foo
 @end example  @end example
   
 Deferred words are discussed in more detail in @ref{Deferred words}.  Deferred words are discussed in more detail in @ref{Deferred Words}.
   
 The current definition returns control to the calling definition when  The current definition returns control to the calling definition when
 the end of the definition is reached or @code{EXIT} is encountered.  the end of the definition is reached or @code{EXIT} is encountered.
Line 5784 
Line 5784 
 * Anonymous Definitions::       Definitions without names  * Anonymous Definitions::       Definitions without names
 * Supplying names::             Passing definition names as strings  * Supplying names::             Passing definition names as strings
 * User-defined Defining Words::  * User-defined Defining Words::
 * Deferred words::              Allow forward references  * Deferred Words::              Allow forward references
 * Aliases::  * Aliases::
 @end menu  @end menu
   
Line 6121 
Line 6121 
 @code{nextname} works with any defining word.  @code{nextname} works with any defining word.
   
   
 @node User-defined Defining Words, Deferred words, Supplying names, Defining Words  @node User-defined Defining Words, Deferred Words, Supplying names, Defining Words
 @subsection User-defined Defining Words  @subsection User-defined Defining Words
 @cindex user-defined defining words  @cindex user-defined defining words
 @cindex defining words, user-defined  @cindex defining words, user-defined
Line 6617 
Line 6617 
 @file{compat/const-does.fs}.  @file{compat/const-does.fs}.
   
   
 @node Deferred words, Aliases, User-defined Defining Words, Defining Words  @node Deferred Words, Aliases, User-defined Defining Words, Defining Words
 @subsection Deferred words  @subsection Deferred Words
 @cindex deferred words  @cindex deferred words
   
 The defining word @code{Defer} allows you to define a word by name  The defining word @code{Defer} allows you to define a word by name
Line 6724 
Line 6724 
 provided in @file{compat/defer.fs}.  provided in @file{compat/defer.fs}.
   
   
 @node Aliases,  , Deferred words, Defining Words  @node Aliases,  , Deferred Words, Defining Words
 @subsection Aliases  @subsection Aliases
 @cindex aliases  @cindex aliases
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help