|
|
|
|
|
by gamegoblin
4150 days ago
|
|
I'm not sure if "confusing" is fair -- just different than C-family languages. The rule is simply "The first expression is a function, all following expressions are arguments to that function" It's no different than "The first symbol is a function, all comma-separated, parentheses-bound expressions are arguments to that function" Both are pretty easy syntactic rules, I think. |
|