Call a function: Difference between revisions

Line 3,703:
 
=== argument expansion ===
Use the expansion operator (...) to pass a list as multiple arguments. The following example works if wordsets is a list of lists, and passes each each list as a separate argument to the mapX function.
 
<syntaxhighlight lang="langur">
1,007

edits