ID:175476
 
If you dont define a name for an atom, would it default to the type?

EX:

obj/apple


If you dont manually set its name, will its name be apple?
Jotdaniel wrote:
If you dont define a name for an atom, would it default to the type?

EX:

obj/apple


If you dont manually set its name, will its name be apple?

The default name displayed, used in verbs, and in input(), will be "apple". However I believe the name var should be null.

Lummox JR
In response to Lummox JR
Ok, that helps some. Is there a way to set the name to the type at New()?