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