Returns control to the caller of a user-written procedure or function.
FUNCTION SQUARE_IT, val
x = val * val
RETURN, x
END
For more information about the role of the RETURN procedure, see Procedure or Function Calling Mechanism in Chapter 9 of the PV-WAVE Programmer's Guide.