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