Changes

Jump to navigation Jump to search
6 bytes removed ,  15:51, 31 October 2018
<pre class="brush:xquery">
if ($a) then if($b) then '$a and $b yield is true' else 'only $b is true'
</pre>
<pre class="brush:xquery">
if ($a) then (
if($b) then '$a and $b yield is true' else 'only $b is true'
)
</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu