blob: a56c80514a4ef6b057ce6a04eb86a458dd3271c9 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxintg2args-1 :)
(: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:integer(lower bound) :)
(:$arg2 = xs:integer(lower bound) :)
(:*******************************************************:)
fn:max((xs:integer("-999999999999999999"),xs:integer("-999999999999999999")))