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