Intrinsic-50 Fix
50: integer:= Fix(real);
This intrinsic converts a real to its nearest integer value. Converting a value outside the range -2^31 through +2^31 causes a runtime error.