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