|
|
returnReturns from the current command sequence and sets it return value |
| Syntax |
|
| Description |
| Sets the return value of the current command sequence to <string>
and stops the execution. This is more ro less equivalent to calling setreturn <string> and then halt, but has no additional semantics in events. |
| See also |
| setreturn, halt, break |