createAtom

fun createAtom(name: A_String, issuingModule: A_Module): AvailObject

Create a new atom with the given name. The name is not globally unique, but serves to help to visually distinguish atoms.

Return

The new atom, not equal to any object in use before this method was invoked.

Parameters

name

An A_String used to help identify the new atom.

issuingModule

Which A_Module was active when the atom was created.