Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
my-test20
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/examples/core/extempore_lang.xtm
Implementation
;; which we can then use in place
(
bind-func
my-test20
(
lambda
(
a:mytype*
)
(
tref
a
0
)))
Back to Index