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