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