blob: a7e786c94abab0a66b0fa6bc65d71d10dd9b692a [file] [log] [blame]
(:*******************************************************:)
(:Test: maxlng2args-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:long(upper bound) :)
(:$arg2 = xs:long(lower bound) :)
(:*******************************************************:)
fn:max((xs:long("92233720368547758"),xs:long("-92233720368547758")))