blob: 5e0131be68a92986a8db3ee785c2b32b7e18f92c [file] [log] [blame]
(:*******************************************************:)
(:Test: maxint2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "max" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:int(upper bound) :)
(:$arg2 = xs:int(lower bound) :)
(:*******************************************************:)
fn:max((xs:int("2147483647"),xs:int("-2147483648")))