my-test-1f   xtlang


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

Implementation

;; float literals default to doubles
(bind-func my-test-1f
  (lambda (a)
    (* a 5.0)))


Back to Index