|
Primitives
Explanation of the primitive functions and primitive types.
PrimitivesThe term primitive can be used to refer to either primitive functions or primitive types. Primitive TypesThe primitive types are types which are predefined by the Cat compiler or interpreter. For the time being, no new types can be defined, so all types are primitives. The following are the primitive types:
The name enclosed in parantheses is the .NET class which is associated with Cat primitive types. Their names are exposed when you use the meta-command #defs. Primitive FunctionsThe primitive functions are the core instructions which are understood by the Cat compiler or interpreter. The primitive functions are listed at http://www.cat-language.com/manual.html#primitives |
Sign in to add a comment