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