blob: e5c6fb118be2158da0700860178c8da13c625a3f [file] [log] [blame]
(:*******************************************************:)
(:Test: concatint2args-5 :)
(: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(lower bound) :)
(:$arg2 = xs:int(upper bound) :)
(:*******************************************************:)
fn:concat(xs:int("-2147483648"),xs:int("2147483647"))