call-cpp   scheme


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

Implementation

;; send tasks for normal standard task execution
(define (call-cpp . args)
    (call-cpp-at-time (car args) 0 (cadr args) (cddr args) (current-environment)))


Back to Index