blob: b6cc7681563b57c8102eea8cff27fdb06312ceec [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-133.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(-1) }
</return>