Changes

Jump to navigation Jump to search
18 bytes added ,  18:38, 17 February 2020
m
| '''Examples'''
|The following query returns the array {{Code|[2, 3, 4, 5, 6]}}:
 <pre classsyntaxhighlight lang="brush:xquery">
array:for-each(
array { 1 to 5 },
function($i) { $i + 1}
)
</presyntaxhighlight>
|}
administrator, Bureaucrats, editor, Interface administrators, reviewer, Administrators
401

edits

Navigation menu