i1 : p_1 = a o1 = a o1 : Symbol |
i2 : p_2 = b o2 = b o2 : Symbol |
i3 : p o3 = p o3 : IndexedVariableTable |
i4 : peek p
o4 = IndexedVariableTable{1 => a }
2 => b
symbol$ => p
|
The object IndexedVariableTable is a type, with ancestor classes MutableHashTable < HashTable < Thing.