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