Skip to content
Snippets Groups Projects
Commit 4ff618fc authored by deuce's avatar deuce
Browse files

Note that xjs_load()ed files are in a separate function and so their variables

are local if declared with var.
parent 19e44ed8
No related branches found
No related tags found
No related merge requests found
......@@ -459,5 +459,7 @@ xjs_load(filename)
current file at the current position. Acts as though the current xjs
tag is closed before the file and re-opened after it. The filename
is assumed to be relative to the including file (or absolute.)
The contents of the load()ed file are in a separate function as far as
variable scope is concerned.
/* End of file */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment