cond-expand   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm

Implementation

(define-macro (cond-expand . cond-action-list)
  (cond-expand-runtime cond-action-list))


Back to Index

Similar Entries