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