blob: 86b3b8e5ee9374f1c0feeb06184980a25e8cf269 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-115.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(-1) }
</return>