Section 9.5:
Core superclasses are str, num, arr and map, if a superclass is not provided it will be determined by the interpreter using superclass inference.
Should we add bool to that list? It would allow more character efficient assignment of true and false. E.g:
*class(*id=a;*name=alpha;*superclass=bool);
a=1
->
Section 9.5:
Should we add
boolto that list? It would allow more character efficient assignment oftrueandfalse. E.g:->