HP Pascal/iX Reference Manual (31502-90022)

A-: 21
192 MESSAGE PARAMETER "! " DOES NOT MATCH POSSIBLE SPL TYPES (192)
CT CAUSE The HP Pascal type of the parameter does not correspond to an
acceptable SPL type.
ACTION Change the parameter definition to a type that will correspond
to the SPL type.
---------------------------------------------------------------------------------------
193 MESSAGE PARAMETER "! " DOES NOT MATCH INTRINSIC PARM TYPE (193)
CT CAUSE The HP Pascal type of the parameter does not match the
parameter type required by the INTRINSIC.
ACTION Change the parameter definition to a type that will correspond
to the intrinsic type.
---------------------------------------------------------------------------------------
194 MESSAGE MISSING FUNCTION RETURN SPECIFICATION (194)
CT CAUSE The return type is not specified in the function heading.
ACTION Insert the result type declaration.
---------------------------------------------------------------------------------------
195 MESSAGE INVALID PARAMETER TO HALT (195)
CT CAUSE The optional parameter to HALT is not type integer or an
integer subrange.
ACTION Change the parameter to type integer or supply no parameter.
---------------------------------------------------------------------------------------
196 MESSAGE THIS INTRINSIC MAY NOT BE USED AS A FUNCTION (196)
CT CAUSE The specified intrinsic does not return a result and cannot be
declared as a function.
ACTION Redeclare the intrinsic as a procedure.
---------------------------------------------------------------------------------------
197 MESSAGE ELEMENTS OF PACKED OR CRUNCHED STRUCTURES CANNOT BE PASSED BY
VAR (197)
CT CAUSE Elements of packed arrays or records may not be passed to a
routine expecting a reference parameter.
ACTION Redeclare the intrinsic as a procedure.
---------------------------------------------------------------------------------------
198 MESSAGE EMPTY PARAMETER MAY NOT BE USED HERE (198)
CT CAUSE Actual parameters may only be omitted for EXTERNAL SPL VARIABLE
procedures or for intrinsics that are extensible and/or have
default parameters.
ACTION Supply a value for the parameter in question.
---------------------------------------------------------------------------------------
199 MESSAGE PROCEDURE NOT DECLARED (199)