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