push-handler   scheme


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

Implementation

(define (push-handler proc)
  (set! *handlers* (cons proc *handlers*)))


Back to Index