def   macro


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

Implementation

(define-macro (def name args)
   `(define ,name ,args))


Back to Index