7. Embedded QUEL for Pascal
:
Pascal Variables and Data Types
:
Variable and Type Declarations
:
Type Declarations
Share this page
Type Declarations
An EQUEL/Pascal type declaration has the following syntax:
type type_name = type_definition;
{
type_name
= type_definition;
}
where
type_definition
is any in the following table.