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