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