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