name -- a key under which string giving the preferred name of a hash table can be stored.
The system takes care of storing names under this key for the major algebraic types, so the user usually doesn't have to bother.
i1 : x = new MutableHashTable |
i2 : x.name = "x" |
i3 : x |
A obsolete function called name has been replaced by toExternalString and toString.
See also: