return
for core
Return early from a function.
Signature
> return {flags} (return_value)
Parameters
return_value
: optional value to return
Input/output types:
input | output |
---|---|
nothing | any |
Examples
Return early
> def foo [] { return }
Notes
This command is a parser keyword. For details, check: https://irsh.vercel.app/book/thinking_in_rsh.html