return LIST

Returns from a subroutine with the value specified.
(Note that a subroutine can automatically return the
value of the last expression evaluated. That's the
preferred method--use of an explicit return is a bit
slower.)