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