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