times-5   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/tests/core/system.xtm

Implementation

(define times-5
  (lambda (a)
    (* a 5)))


Back to Index