blob: 20c60013f4da694858eb1843b8fa4c10b88ac005 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-116.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using int values :)
(:*******************************************************:)
<return>
{ xs:int(2147483647) or xs:int(0) }
</return>