sqrd   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/extempore_lang.xtm

Implementation

;; can also specialize
;; on the return type
(bind-func sqrd
  (lambda (a:double)
    (* a a)))


Back to Index

Similar Entries