blob: 64d66c105259e3b58713ea5c38838c84c1fd8588 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxulng2args-1 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:48 GMT-05:00 2004 :)
(:Purpose: Evaluates The "max" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:unsignedLong(lower bound) :)
(:$arg2 = xs:unsignedLong(lower bound) :)
(:*******************************************************:)
fn:max((xs:unsignedLong("0"),xs:unsignedLong("0")))