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