blob: 6487d7b186a9a04de7e5d3f82b543260c2e05efa [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-113.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using int values :)
(:*******************************************************:)
<return>
{ xs:int(0) and xs:int(1) }
</return>