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