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