Return Statement

A return statement returns from a subroutine. If the subroutine is a function or type then a value must also be returned. e.g.
    return
    return {50, "FRED", {}}