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