Prism 6.0 Reference Manual

DESCRIPTION

Use the return command to execute the current function, then return to its caller. If you specify an integer as an argument, return steps out the specified number of levels in the call stack.

return is a synonym for stepout.

When issued in MP Prism, this command can take a pset qualifier. If used with a qualifier, it applies to the pset you specify. If used without a qualifier, it applies to the current pset. See " Using Pset Qualifiers" for more information on pset qualifiers.