4-1: Functions
Not written yet.
See also: Language Reference.
Early return#
Control automatically returns from a function after its last sequenced expression is evaluated. However, you can also return explicitly using the return keyword:
Not written yet.
See also: Language Reference.
Control automatically returns from a function after its last sequenced expression is evaluated. However, you can also return explicitly using the return keyword: