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