my-test16   xtlang


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

Implementation

;; of course this works just as well for
;; non-global closures
(bind-func my-test16
  (lambda (a:i32)
    (let ((f (lambda ()
               (* 3 a))))
      f)))


Back to Index