importSymbol
importSymbol(l_symbolList[t_namespace] ) =>t/nil
Description
Imports symbols into the given namespace. By default, this function imports into the IL (or default) namespace.
Arguments
|
Specify a list of symbols that you want to import into the default namespace. |
|
|
(Optional). Specifies the name of the namespace into which you want to import the given symbols. |
Value Returned
|
The symbols are successfully imported into the namespace (given or default). |
Examples
importSymbol('(A::level A::value))
=> t
Related Topics
Return to top