Changes

Jump to navigation Jump to search
127 bytes added ,  16:11, 22 October 2018
</pre>
If the expression is conditions are nested, a trailing else branch is will be associated with the innermost <code>if</code>. : <pre class="brush:xquery">(: 'd' will be returned if $a and $b yield true :)if ($a) then if($b) then 'c' else 'd'</pre> As in other languages, it is recommendable to use parentheses to make a query better readable:
<pre class="brush:xquery">
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu