blob: f85b2e7c0d26b95c7540257730ed4b52036a668d [file] [log] [blame]
(:*******************************************************:)
(:Test: sumusht3args-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: :)
(:$arg1 = xs:unsignedShort(lower bound) :)
(:$arg2 = xs:unsignedShort(upper bound) :)
(:$zero = xs:unsignedShort(lower bound) :)
(:*******************************************************:)
fn:sum((xs:unsignedShort("0"),xs:unsignedShort("65535"),xs:unsignedShort("0")))