Note: efficiency questioned
m (It's new) |
(Note: efficiency questioned) |
||
| Line 5: | Line 5: | ||
Returns a list of values in whatever order you specify in ''order'' and only those you specify in ''order''. Mostly useful for functions that return multiple values. | Returns a list of values in whatever order you specify in ''order'' and only those you specify in ''order''. Mostly useful for functions that return multiple values. | ||
ret1, ret2, ... retN = {{PAGENAME}}(order, functionCall) | ret1, ret2, ... retN = {{PAGENAME}}(order, functionCall) | ||
* ''Note:'' the efficiency of this approach is questioned. See the [[Talk:{{PAGENAME}}|{{discussiontab}} page]]. | |||
== Function Parameters == | == Function Parameters == | ||