my-test14   xtlang


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

Implementation

(bind-func my-test14
  (let ((a:i32 6))
    (lambda ()
      (printf "a:%d\n" a)
      a)))


Back to Index