Synopsis:
Every thing has basic type which tells what sort of thing it really is, internally.
The parent of a basic type is Thing, and this property characterizes the basic types. The basic type of an object x is defined to be the ancestor of the class of x that is a basic type.
Let's compute a list of all the basic types:
i1 : stack sort (toString \ |
See also:
Ways to use basictype :