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