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