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