blob: 355ff31161d7d3ac6ae22feb07d7d577a8e45c6e [file] [log] [blame]
(:*******************************************************:)
(:Test: sumnni2args-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:nonNegativeInteger(lower bound) :)
(:$zero = xs:nonNegativeInteger(upper bound) :)
(:*******************************************************:)
fn:sum((xs:nonNegativeInteger("0"),xs:nonNegativeInteger("999999999999999999")))