retp

Purpose

Returns from a procedure or keyword.

Format

retp;
retp(x, y,...);

Remarks

For more details, see Procedures and Keywords.

In a retp statement 0-1023 items may be returned. The items may be expressions. Items are separated by commas.

It is legal to return with no arguments, as long as the procedure is defined to return 0 arguments.

See also

proc, keyword, endp