-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Core superclasses are
str,num,arrandmap, 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
->
{
"alpha" : true
}
Metadata
Metadata
Assignees
Labels
No labels