blob: 2f37151556bb51ef3a8a9f1eb7ce8b2bfa45f28a [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-146.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(0) }
</return>