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