Steps out to the caller of the current function.
stepout [count]
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.