Heading
Type:
TYPE ~ TypeExpression;
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep:
TYPE ~
RECORD [field: Type, field: Type];
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep:
TYPE ~
RECORD [
field: Type, -- description of the field
field: Type, -- description of the field
field: Type -- description of the field
];
Description of the type.
Proc:
PROC [args]
RETURNS [results];
Description of the procedure.
Proc:
PROC [args]
RETURNS [results];
Description of the procedure.
Heading
Type:
TYPE ~ TypeExpression;
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep:
TYPE ~
RECORD [field: Type, field: Type];
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep:
TYPE ~
RECORD [
field: Type, -- description of the field
field: Type, -- description of the field
field: Type -- description of the field
];
Description of the type.
Proc:
PROC [args]
RETURNS [results];
Description of the procedure.
Proc:
PROC [args]
RETURNS [results];
Description of the procedure.