lookupAtomsForName

fun lookupAtomsForName(stringName: A_String): A_Set

Look up the given string in the current module's namespace. Answer every atom associated with the string. Never create a new atom.

Return

Every atom associated with the name.

Parameters

stringName

An Avail string.