Prism 6.0 Reference Manual

stepout

Steps out to the caller of the current function.

SYNTAX

stepout [count]

DESCRIPTION

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

return is a synonym for stepout.