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