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