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