blob: 060305a86515ee19d2661880a78801ced6a3ede1 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumpint2args-5 :)
(: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:positiveInteger(lower bound) :)
(:$zero = xs:positiveInteger(upper bound) :)
(:*******************************************************:)
fn:sum((xs:positiveInteger("1"),xs:positiveInteger("999999999999999998")))