HP SunSoft Pascal 4.0 User Manual

Page 306

Advertising
background image

282

Pascal 4.0 User’s Guide

B

19030: Missing program statement

19040: Input is used but not defined in the program

statement

19050: Output is used but not defined in the program

statement

19060: Program parameter

<identifier>

is repeated

20010: Left operand of

<operator>

must be integer, real or

set, not

<type>

20020: Right operand of

<operator>

must be integer, real or

set, not

<type>

20030: Cannot mix sets with integers and reals as operands

of

<type>

20040: Operands of

<operator>

must be Boolean or Integer

20050: Left operand of / must be integer or real, not

<type>

20060: Right operand of / must be integer or real, not

<type>

20070: Left operand of

<operator>

must be Boolean, not

<type>

20080: Right operand of

<operator>

must be Boolean, not

<type>

20090: Left operand of

<operator>

must be integer, not

<type>

20100: Right operand of

<operator>

must be integer, not

<type>

20110: Right operand of 'in' must be a set, not

<type>

20120: Operands of + are of incompatible types

20130: Operand of

<operator>

must be integer or real, not

<type>

Advertising