lookup Name
fun lookupName(stringName: A_String, ifNew: A_Atom.() -> Unit? = null): A_Atom
Content copied to clipboard
Look up the given A_String in the current module's namespace. Answer the atom associated with the string, creating the true name if necessary. A local true name always hides other true names. If isExplicitSubclassAtom is true and we're creating a new atom, add the SpecialAtom.EXPLICIT_SUBCLASSING_KEY property.
Return
An atom.
Parameters
Throws
If the string could represent several different true names.