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