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