nth   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/pattern-language.xtm

Implementation

;; item as position
(define nth (lambda (at lst) (list-ref lst at)))
;; last num of lst


Back to Index

Similar Entries