A Possible Format for Type Expressions

Each type-expression is a character-string with up to 10 characters.

Lower-case letters are used for scalars:

Capital letters are used for arrays:

The type-expression for a procedure or a function is a string containing the > character. If the procedure or function has n arguments then the > character is preceded by n letters showing the types of the n arguments, in the appropriate order. The type-expression of a procedure ends with the > character. The type-expression of a function has a single letter after the > character showing the type of its returned value. Some examples are:


Kenneth E. Batcher - 2/12/99