my-test20   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/extempore_lang.xtm

Implementation

;; which we can then use in place
(bind-func my-test20
  (lambda (a:mytype*)
    (tref a 0)))


Back to Index