my-test-6   xtlang


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

Implementation

;; make and return a simple tuple
(bind-func my-test-6
  (lambda ()
    (let ((t:<i64,double,i32>* (alloc)))
      t)))


Back to Index