HP SunSoft Pascal 4.0 User Manual
Page 314

290
Pascal 4.0 User’s Guide
B
24300: Improper use of the DEFINE statement
24310: End matched
<keyword>
on line
<number>
24320: Inserted keyword end matching {begin|record|class}
on line
<number>
25010: {pack|unpack}: elements of a and z must have the
same type
25020: component types of formal and actual arrays are not
conformable
25030: Type of function
<name>
(line
<number>
)
25040: Case label type clashed with case selector
expression type
25050: Type clash: initializer must be a pointer
25060: Type clash: type of initializer does not match type
of array
25070: Type clash: Integer is incompatible with real
25080: Type clash: Initializer out of range
25090: Type clash: real is incompatible with integer
25100: This resulted because you used '/' which always
returns real rather
25110: than 'div' which divides integers and returns
integers
25120: Type clash: non-identical scalar types
25130: Type clash: unequal length strings
25140: Type clash: varying char and unknown