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