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