first   xtlang


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

Implementation

(bind-func first:[!a,!b]*
  (lambda (a)
    (tref a 0)))


Back to Index

Similar Entries