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