blob: 8950ac090f224e4c1864e2a7c1710a8abb1179a7 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-065.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(-1) }
</return>