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