test44   xtlang


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

Implementation

(bind-func test44
  (lambda (a b c)
    (myprint a)
    (myprint a b)
    (myprint a b c)))


Back to Index