31.12.2013 Views

TOPS-20 PASCAL Language Manual - Bitsavers

TOPS-20 PASCAL Language Manual - Bitsavers

TOPS-20 PASCAL Language Manual - Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>PASCAL</strong> MESSAGES<br />

? PAS130 Expression is not of set type<br />

The operators you specified are valid only for set expressions.<br />

? PAS131 Type of variable is not set<br />

The statement syntax requires a set variable.<br />

? PAS132 Strict inclusion not allowed<br />

You must use the = operators to test set inclusion.<br />

<strong>PASCAL</strong> does not allow you to use the less than «) and greater<br />

than (» signs for this purpose.<br />

? PASl33 File comparison not allowed<br />

Relational operators cannot be applied to file variables.<br />

? PASl34 Illegal type of operand(s)<br />

You cannot perform the specified operation on data items of the<br />

specified types.<br />

? PAS135 Type of operand must be Boolean<br />

This operation requires a Boolean operand.<br />

? PAS136 Set element must be scalar or subrange<br />

The elements of a set must be scalar or subrange types.<br />

cannot have elements of structured types.<br />

Sets<br />

? PASl37 Set element types not compatible<br />

The elements of this set are not all of the same type.<br />

? PASl38 Type of variable is not an array<br />

A variable that is not an array type is followed by a left square<br />

bracket or a comma inside square brackets.<br />

? PASl39 Index type is not compatible with declaration<br />

The specified array subscript is not compatible with the type<br />

specified in the array definition.<br />

? PAS140 Type of variable is not record<br />

A period appears following a variable that is not a record type.<br />

? PASl41 Type of variable must be file or pointer<br />

A circumflex character appears after the name of a variable that<br />

is not a file pointer.<br />

? PASl42 Illegal parameter substitution<br />

The type of an actual parameter is not compatible with the type<br />

of the corresponding formal parameter.<br />

A-9

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!