Function definition: Difference between revisions

(added langur language example)
Line 1,503:
 
=== implied parameters ===
Parameters are implied when the f token is not immediately followed by parentheses without spacing. The implied order of implied parameters is based on the string sort order of their names, not their order within the function.
<lang langur>val .multiply = f .x x .y
.multiply(3, 4)</lang>
1,007

edits