blob: 424b1cb2e7796da2d2633b81416320cd50454c0e [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-117.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(-1) }
</return>