Skip to content
Prev 307138 / 398506 Next

Using variables from different environments in one function

On 12-10-05 3:47 PM, Rik Verdonck wrote:
Simply define the "inner" functions within the main function.  They'll 
have access to all of its local variables, just as they currently have 
access to all the variables in the global environment where they are 
defined in the current version.

Duncan Murdoch