limit   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/cas.xtm

Implementation

(define-macro (limit e . args)
  (list 'quote (apply scmcas 'limit e args)))


Back to Index

Similar Entries