:return top-level command

$Revision: 5.0.2.3 $

Arguments: &rest values

This command sequentially evaluates the arguments provided and returns their values from the current stack frame. The function associated with the current stack frame is not executed, and its arguments are not again evaluated.

This command operates on the focused process when multiprocessing is active (see :focus). Unless the focused process is the listener, the focused process is unarrested when this command is executed, and a new process becomes the focused process.

The minimal abbreviation of :return is :ret.

See top_level.htm for more information on top-level commands. See debugging.htm for information on the debugger and for examples of :return and a comparison between :return and :restart.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.