Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
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