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