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