i1 : Table {{a,b,c},{a,bb,ccc}}
o1 = a b c
a bb ccc
o1 : Expression of class Table
|
i2 : value oo
o2 = {{a, b, c}, {a, bb, ccc}}
o2 : List
|
The object Table is a header type, with ancestor classes Expression < BasicList < Thing.