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