subste   scheme


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

Implementation

(define (subste e . args)
  (list 'quote (apply scmcas 'subst e args)))


Back to Index