blob: e1b3de6933a69103180cdc607ce0a7d004943693 [file] [log] [blame]
(:*******************************************************:)
(:Test: minint2args-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:int(upper bound) :)
(:$arg2 = xs:int(lower bound) :)
(:*******************************************************:)
fn:min((xs:int("2147483647"),xs:int("-2147483648")))