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