blob: f265c7993eb943516eedef5bebb0d8071866973b [file] [log] [blame]
(:*******************************************************:)
(:Test: sumlng2args-2 :)
(: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:long(upper bound) :)
(:$zero = xs:long(lower bound) :)
(:*******************************************************:)
fn:sum((xs:long("92233720368547758"),xs:long("-92233720368547758")))