blob: d4a36308864e3f8566599ebc8101553b7f6a680b [file] [log] [blame]
(:*******************************************************:)
(:Test: minusht2args-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:unsignedShort(lower bound) :)
(:$arg2 = xs:unsignedShort(upper bound) :)
(:*******************************************************:)
fn:min((xs:unsignedShort("0"),xs:unsignedShort("65535")))