fixes in a few chapters
This commit is contained in:
@@ -345,7 +345,7 @@ access (read or write) variables of the calling function. Interaction
|
||||
with the local function requires to pass all required arguments and to
|
||||
take care of the return values of the function.
|
||||
|
||||
\emp{Nested functions} are different in this respect. They are
|
||||
\emph{Nested functions} are different in this respect. They are
|
||||
defined within the body of the parent function (between the keywords
|
||||
\code{function} and \code{end}) and have full access to all variables
|
||||
defined in the parent function. Working (in particular changing) the
|
||||
|
||||
Reference in New Issue
Block a user