Map (higher-order function): Difference between revisions

Content deleted Content added
BeniBela (talk | contribs)
Language comparison: There is also <code>for $var in list return block </code> which returns a new, mapped list and <code>list/block</code> if list only contains nodes
BG19bot (talk | contribs)
m Language comparison: WP:CHECKWIKI error fix for #64. Do general fixes if a problem exists. - using AWB (11326)
Line 299:
| stops after the shortest list ends
|- valign="top"
| [[XPath_3XPath 3|XPath]] 3<br/>[[XQuery|XQuery]] 3
| <code>list ! block</code><br /> <code>for-each(list, func)</code>
| <code>for-each-pair(list1, list2, func)</code>