Changes

Jump to navigation Jump to search
15 bytes added ,  16:12, 22 October 2018
<pre class="brush:xquery">
(: 'd' will be returned if $a and $b yield true :)if ($a) then if($b) then 'c$a and $b yield true' else 'donly $b is true'
</pre>
<pre class="brush:xquery">
if ($a) then (
if($b) then 'c$a and $b yield true' else 'donly $b is true'
)
</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu