Changes

Jump to navigation Jump to search
No change in size ,  00:50, 12 July 2013
correct new signature
| '''Summary'''
|The ''left fold'' traverses the sequence from the left.
The query <code>fn:fold-left($f1 to 5, 0, 1 to 5$f)</code> for example would be evaluated as:
<pre class="brush:xquery">
$f($f($f($f($f(0, 1), 2), 3), 4), 5)
administrator, editor
28

edits

Navigation menu