Provide this convenient shorthand: ``` function foo(x)::T ... return z end ``` for this: ``` function foo(x) ret::T ... ret = z return ret end ```