diff doc/interpreter/func.txi @ 4167:aae05d51353c

[project @ 2002-11-12 02:52:50 by jwe]
author jwe
date Tue, 12 Nov 2002 02:52:51 +0000
parents 2cc57b6169cf
children b18007283045
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Tue Nov 12 00:27:09 2002 +0000
+++ b/doc/interpreter/func.txi	Tue Nov 12 02:52:51 2002 +0000
@@ -2,7 +2,7 @@
 @c This is part of the Octave manual.
 @c For copying conditions, see the file gpl.texi.
 
-@node Functions and Scripts, Error Handling, Statements, Top
+@node Functions and Scripts
 @chapter Functions and Script Files
 @cindex defining functions
 @cindex user-defined functions
@@ -26,7 +26,7 @@
 * Organization of Functions::   
 @end menu
 
-@node Defining Functions, Multiple Return Values, Functions and Scripts, Functions and Scripts
+@node Defining Functions
 @section Defining Functions
 @cindex @code{function} statement
 @cindex @code{endfunction} statement
@@ -231,7 +231,7 @@
 
 @DOCSTRING(warn_missing_semicolon)
 
-@node Multiple Return Values, Variable-length Argument Lists, Defining Functions, Functions and Scripts
+@node Multiple Return Values
 @section Multiple Return Values
 
 Unlike many other computer languages, Octave allows you to define
@@ -351,7 +351,7 @@
 
 @DOCSTRING(nargchk)
 
-@node Variable-length Argument Lists, Variable-length Return Lists, Multiple Return Values, Functions and Scripts
+@node Variable-length Argument Lists
 @section Variable-length Argument Lists
 @cindex Variable-length argument lists
 @cindex @code{...}
@@ -419,7 +419,7 @@
 other contexts.
 @end defvr
 
-@node Variable-length Return Lists, Returning From a Function, Variable-length Argument Lists, Functions and Scripts
+@node Variable-length Return Lists
 @section Variable-length Return Lists
 @cindex Variable-length return lists
 @cindex @code{...}
@@ -451,7 +451,7 @@
 
 @DOCSTRING(vr_val)
 
-@node Returning From a Function, Function Files, Variable-length Return Lists, Functions and Scripts
+@node Returning From a Function
 @section Returning From a Function
 
 The body of a user-defined function can contain a @code{return} statement.
@@ -501,7 +501,7 @@
 
 @DOCSTRING(return_last_computed_value)
 
-@node Function Files, Script Files, Returning From a Function, Functions and Scripts
+@node Function Files
 @section Function Files
 @cindex function file
 
@@ -570,7 +570,7 @@
 
 @DOCSTRING(warn_future_time_stamp)
 
-@node Script Files, Dynamically Linked Functions, Function Files, Functions and Scripts
+@node Script Files
 @section Script Files
 
 A script file is a file containing (almost) any sequence of Octave
@@ -673,7 +673,7 @@
 
 @DOCSTRING(source)
 
-@node Dynamically Linked Functions, Organization of Functions, Script Files, Functions and Scripts
+@node Dynamically Linked Functions
 @section Dynamically Linked Functions
 @cindex dynamic linking
 
@@ -893,7 +893,7 @@
 can call in a built-in function.  For the time being, you will have to
 read the source code for Octave.
 
-@node Organization of Functions,  , Dynamically Linked Functions, Functions and Scripts
+@node Organization of Functions
 @section Organization of Functions Distributed with Octave
 
 Many of Octave's standard functions are distributed as function files.