helper:max   scheme


Defined in:  https://github.com/lambdamusic/extempore-extensions/blob/main/init/init_lisp.xtm

Implementation

(define (helper:max a b) (if (> a b) a b))


Back to Index

Similar Entries