A primitive is any type that is not created from other types. This means that a primitive is not a composite, and cannot be broken down further. Examples of built-in primitive types include void, logic, int, float, rational, and char. Primitives are built into the Verse language.
Compare to container type.