findSymbol
findSymbol(t_name[ ?namespacet_namespace] ) =>s_symbolName/nil
Description
Searches for a symbol that is specified as a string in the given namespace and returns its corresponding SKILL symbol.
Arguments
|
A string value to specify the name of the symbol you want to search for. |
|
|
(Optional) The namespace in which you want to search for the symbol. |
Value Returned
Examples
(Namespace "my")
ns@my
'my:::aaa
my:::aaa
(findSymbol "aaa" ?namespace "my")
my:::aaa
(findSymbol "bbb" ?namespace "my")
nil
Related Topics
Return to top