(rest)
| 518 | · expr: expression to throw`; |
| 519 | |
| 520 | function returnCommand(rest) { |
| 521 | return throwOrReturn(rest, 'return', {return: undefined}); |
| 522 | } |
| 523 | returnCommand.summary = 'Return the given value from the current frame'; |
| 524 | returnCommand.helpText = `USAGE |
| 525 | return <expr> |
nothing calls this directly
no test coverage detected