blob: cfacc06b9c46e2d688d42b2055fadb7089226ee3 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-131.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(-1) }
</return>