Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
acons
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm
Implementation
(
define
(
acons
x
y
z
)
(
cons
(
cons
x
y
)
z
))
Back to Index
Similar Entries
impc:ti:compile-type-dataconstructors
scheme
/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm