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