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