f1   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/cas.xtm

Implementation

;; for example f1 and f2 are identical
(bind-func f1
  (lambda (x)
    (* 2.0 x)))


Back to Index

Similar Entries