i1 : x = new MutableHashTable
o1 = MutableHashTable{}
o1 : MutableHashTable
|
i2 : scan(0 .. 30, i -> x#i = i^2) |
i3 : x # 20 o3 = 400 |
i4 : x #? 40 o4 = false |
The object MutableHashTable is a type, with ancestor classes HashTable < Thing.