xtdoubler   xtlang


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

Implementation

(bind-func xtdoubler
  (lambda (a:i64)
    (printf "2 x %lld = %lld\n" a (* a 2))))


Back to Index