blob: 52c03e869ce99f1cc247bd75d314e0679fd9b0f1 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxusht2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "max" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:unsignedShort(upper bound) :)
(:$arg2 = xs:unsignedShort(lower bound) :)
(:*******************************************************:)
fn:max((xs:unsignedShort("65535"),xs:unsignedShort("0")))