my-test17   xtlang


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

Implementation

(bind-func my-test17
  (lambda ()
    (let ((f (my-test16 5)))
      (f.a:i32 7)
      (f))))


Back to Index