blob: e10b63ef488f6770ed45d2e9658ed2b9f1658eb0 [file] [log] [blame]
(:*******************************************************:)
(:Test: minsht2args-5 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "min" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:short(lower bound) :)
(:$arg2 = xs:short(upper bound) :)
(:*******************************************************:)
fn:min((xs:short("-32768"),xs:short("32767")))