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 />

? PAS228 "SEQUENTIAL" or "DIRECT" expected<br />

The statement syntax requires either the keyword SEQUENTIAL or<br />

DIRECT.<br />

? PAS229 "FIXED or "VARIABLE" expected<br />

The statement syntax requires either the keyword FIXED or<br />

VARIABLE.<br />

? PAS230 "NOCARRIAGE", "NONE", "CARRIAGE", "FORTRAN", or<br />

expected<br />

"LIST"<br />

The statement syntax requires one of the following keywords:<br />

NOCARRIAGE, NONE, CARRIAGE, FORTRAN, or LIST.<br />

? PAS231 II legal keyword<br />

This keyword cannot be specified in this context.<br />

? PAS232 Parameter has already been specified<br />

You have specified the same parameter twice.<br />

? PAS233 File variable must be specified<br />

You forgot to specify the file variable.<br />

? PAS234 Identifier or character string literal expected<br />

You need to specify a<br />

identifier or character string literal.<br />

? PAS235 Parameter cannot be specified in this posjtion<br />

You specified a parameter that did not belong in this place.<br />

? PAS237 A "NEW" and "DIRECT" file must have fixed-length records<br />

You specified variable-length records for a file that must<br />

fixed-length records.<br />

have<br />

? PAS238 Record type may not be "VARIABLE" for "DIRECT" files<br />

You cannot have variable length records for a DIRECT file.<br />

? PAS239 %INCLUDE file not found. Compilation aborted.<br />

? PAS240 Include/Exclude file error. CompiJation aborted.<br />

? PAS250 Too many nested scopes of identifiers<br />

You can have only <strong>20</strong> levels of nesting. A new nesting level<br />

occurs with each block or WITH statement.<br />

? PAS251 Too many nested procedures and/or functions<br />

Subprograms can be nested no more that <strong>20</strong> levels deep.<br />

? PAS252 Assignment to function not allowed here.<br />

scope conflict<br />

Probable<br />

name<br />

A function is nested within a function with the same name.<br />

A-l{)

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

Saved successfully!

Ooh no, something went wrong!