i1 : (f = Command ( () -> 2^30 );) |
i2 : f o2 = 1073741824 |
i3 : (c = Command "date";) |
i4 : c Sat Feb 12 08:53:51 UTC 2022 o4 = 0 |
The object Command is a self initializing type, with ancestor classes BasicList < Thing.