Changes

Jump to navigation Jump to search
returns {{Code|5.000000000053722}}.
* The evaluation of the predicate is pre-fixed , thus every cycle starts with the evaluation of the predicate first.
<pre class="brush:xquery">
declare function local:pred($res){ true() };declare function local:loop($val){ $val + 1 };
hof:until(local:pred#1, local:loop#1, 0)
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu