when   macro


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

Implementation

(macro (when form)
       `(if ,(cadr form) (begin ,@(cddr form))))


Back to Index