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