blob: c2ed737a07358d5d24915ec41acda062a11fd85a [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-001.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using Boolean values :)
(:*******************************************************:)
<return>
{ false() and false() }
</return>