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