Changes

Jump to navigation Jump to search
21 bytes removed ,  15:35, 11 September 2014
|}
==array:for-each-member==
{| width='100%'
| width='120' | '''Signatures'''
|{{Func|array:for-each-member|$array as array(*), $function as function(item()*) as item()*|array(*)}}
|-
| '''Summary'''
|The following query returns the array {{Code|[2, 3, 4, 5, 6]}}:
<pre class="brush:xquery">
array:for-each-member(
array { 1 to 5 },
function($i) { $i + 1}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu