loadLocal

Help Contents Workspace Management Workspace Control loadLocal
load help

loadLocal afilename anamespace


command. Like load, loadLocal loads Logo instructions from the file named afilename. But it loads everything into the namespace anamespace.

Example:

be p1
	loadLocal "box.lg "p1
	show contents
end
p1
[	[p1 p1::box]
[] 	[p1]
]

Example:

Reference:

load help