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