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