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