blob: f7c456ee40d47614bcc13343d3cef0e09adfea74 [file] [log] [blame]
(:*******************************************************:)
(:Test: minsht2args-3 :)
(: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(upper bound) :)
(:$arg2 = xs:short(lower bound) :)
(:*******************************************************:)
fn:min((xs:short("32767"),xs:short("-32768")))