blob: 12392c973592b659e81097eee72f502206ca2c02 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxsht2args-5 :)
(: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(lower bound) :)
(:$arg2 = xs:short(upper bound) :)
(:*******************************************************:)
fn:max((xs:short("-32768"),xs:short("32767")))