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