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