unimportSymbol
unimportSymbol(l_symbolList[t_namespace] ) => t
Description
Unimports symbols from the given namespace. By default, this function unimports from the IL (or default) namespace.
Arguments
|
Specify a list of symbols that you want to unimport from the default namespace. |
|
|
(Optional). Specifies the name of the namespace from which you want to unimport the given symbols. |
Values Returned
Examples
unimportSymbol('(A::level A::value))
=> t
Related Topics
Return to top