blob: 8002f0a25dabdfac7ae04db1070f4dbafe407838 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-105.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(0) }
</return>