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