i1 : x = new MutableHashTable;
i2 : x.k = 444 o2 = 444
i3 : x.k o3 = 444
i4 : peek x o4 = MutableHashTable{k => 444}
The object . is a keyword.