HP SunSoft Pascal 4.0 User Manual

Page 297

Advertising
background image

Error Messages

273

B

13070: constant argument expected

13080: newline in string or char constant

13090: empty character constant

13100: too many characters in character constant

14010: Constant declarations should precede type, var and

routine declarations

14020: Label declarations should precede const, type, var

and routine declarations

14030: Type declarations should precede var and routine

declarations

14040: All types should be declared in one type part

14050: All constants should be declared in one const part

14060: INTERNAL ignored, procedure was previously declared

PUBLIC or as EXTERNAL

14070:

<function>

has already been declared forward

14080: Unknown language

<identifier>

in EXTERN procedure

declaration ignored

14090: Unresolved forward declaration of

<function>

14100:

<identifier>

DEFINED, but not declared

14110: label

<identifier>

was declared but not defined

14120: PUBLIC procedures must be declared at outer block

level

14130: PRIVATE ignored, procedure was declared DEFINED

previously

Advertising