Next: , Up: Predefined Entities   [Contents]


3.1 Predefined Types

There are three predefined types:

int

which is the type of all the literal integers.

string

which is the type of all the literal strings.

Object

which is the super class type on top of every class hierarchy (i.e., the top-most super class in the transitive closure of the generalization relationship).