blob: 7be23c67f87b92c32931f99a2493895071a13f73 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-034.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(0) }
</return>