19  Functions

functions [ret-list =] function-name [(arg-list)]
    function-body
endfunction

ret-list may be a single identifier or a comma-separated list of identifiers enclosed by square brackets. arg-list is a comma-seperated list of identifiers and may be empty.