blob: d90cbb44dd1e058f4c8e02b91fda0fb25ffe07c6 [file] [log] [blame]
(:*******************************************************:)
(:Test: minnni2args-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:nonNegativeInteger(upper bound) :)
(:$arg2 = xs:nonNegativeInteger(lower bound) :)
(:*******************************************************:)
fn:min((xs:nonNegativeInteger("999999999999999999"),xs:nonNegativeInteger("0")))