blob: d5f97c4fde9922078a53497f68640a67e0667b40 [file] [log] [blame]
(:*******************************************************:)
(:Test: concatint2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Wed Dec 15 15:41:48 GMT-05:00 2004 :)
(:Purpose: Evaluates The "concat" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:int(upper bound) :)
(:$arg2 = xs:int(lower bound) :)
(:*******************************************************:)
fn:concat(xs:int("2147483647"),xs:int("-2147483648"))