next | previous | forward | backward | up | top | index | toc | home

VerticalList -- a type of visible self-initializing list that prints vertically

Synopsis

Description

i1 : a .. e

o1 = (a, b, c, d, e)

o1 : Sequence
i2 : VerticalList oo

o2 = {a}
      b
      c
      d
      e

o2 : VerticalList

For the programmer

The object VerticalList is a self initializing type, with ancestor classes VisibleList < BasicList < Thing.