Exit

exit

This statement causes an unconditional jump to the end of the current function. The current value of the FISH symbol being executed will be returned as the value of the function.

See the return statement for an alternate means of exiting a function or operator while returning a value.