Next: , Previous: , Up: syslib symbols   [Index]


12.2.2 Symbol constructors

Unsafe Operation: $make-symbol str

Allocate a new symbol block and initialise the string field with str; return the reference to the symbol block.

The ustring is initialised to the fixnum zero. The value and proc fields are initialised to a special machine word value meaning “unbound”. The plist field is initialised to nil.