1. function name() { ... }
2. func name() { ... }
3. fn name() { ... }
Which of these do you prefer? Is it the same for other keywords, like "var" or "const"?
add x y = x+y
The same declaration applies for constants:
my_constant = "Some value"
And there are no variables.