blob: a162f6a901246dc5d5b0d04498fb719d6ded71e7 [file] [log] [blame]
(:*******************************************************:)
(:Test: minpint2args-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:positiveInteger(upper bound) :)
(:$arg2 = xs:positiveInteger(lower bound) :)
(:*******************************************************:)
fn:min((xs:positiveInteger("999999999999999999"),xs:positiveInteger("1")))