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