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