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