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