blob: 1974b4fef5ac84b339b6ee84b66805f6b1590ce1 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-037.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(-1) }
</return>