MFPLI00581S ORDINAL type in a RETURN statement must match the ORDINAL RETURNS descriptor.

The ORDINAL type in a return statement must be the same as the ORDINAL type returned by the function.
Resolution:
Correct the RETURN statement or change the RETURNS type in the function declaration appropriately.
Module:
INTRP2.pl1