blob: 3262ee82b695fb208b87a90549fcde795d2bfcd7 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumint2args-4 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "sum" function :)
(: with the arguments set as follows: :)
(:$arg = xs:int(lower bound) :)
(:$zero = xs:int(upper bound) :)
(:*******************************************************:)
fn:sum((xs:int("-2147483648"),xs:int("2147483647")))