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