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