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