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