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