20,741
edits
mNo edit summary  | 
				|||
| Line 34: | Line 34: | ||
Otherwise, if enabled is false, a listener is added that will load the module when enabled is set to true.  | Otherwise, if enabled is false, a listener is added that will load the module when enabled is set to true.  | ||
{{note|The module name (which defaults to the name of the subdirectory) is also the name of the Nasal   | {{note|The module name (which defaults to the name of the subdirectory) is also the name of the Nasal namespace in which functions and variables will be created.  | ||
If the   | If the namespace already exists, the module will be added to it so you can extend existing modules. But be very careful when overloading existing modules, you can easily break things.}}  | ||
= Open questions =  | = Open questions =  | ||
Review the sources to confirm / update this doc.  | Review the sources to confirm / update this doc.  | ||