i1 : (f = Command ( () -> 2^30 );) |
i2 : f o2 = 1073741824 |
i3 : (c = Command "date";) |
i4 : c Wed Nov 17 04:54:38 PM CST 2021 o4 = 0 |
The object Command is a self initializing type, with ancestor classes BasicList < Thing.