blob: 415f1374c4b9bc6500b0b50781c65e4978c51191 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-132.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(0) }
</return>