blob: b05d177f148e0364f96a96ee21b0073cdd1d1e18 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumsht3args-4 :)
(: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:short(lower bound) :)
(:$arg2 = xs:short(lower bound) :)
(:$zero = xs:short(upper bound) :)
(:*******************************************************:)
fn:sum((xs:short("0"),xs:short("0"),xs:short("32767")))