Functions are first-class citizens in Velo. The last expression in a function body is automatically the return value. |
|
A function is declared with |
|
Functions without parameters use empty parentheses. |
|
Functions that don't return a value use the |
|