createSpecialAtom

fun createSpecialAtom(name: String): AvailObject

Create a new special atom with the given name. The name is not globally unique, but serves to help to visually distinguish atoms. A special atom should not have properties added to it after initialization.

Return

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

Parameters

name

A String used to help identify the new atom.