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