i1 : a .. e o1 = (a, b, c, d, e) o1 : Sequence |
i2 : v = VerticalList oo o2 = {a} {b} {c} {d} {e} o2 : VerticalList |
i3 : v_1 o3 = b o3 : Symbol |
i4 : length v o4 = 5 |
i5 : toList v o5 = {a, b, c, d, e} o5 : List |
The object VerticalList is a self initializing type, with ancestor classes List < VisibleList < BasicList < Thing.