test37   xtlang


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

Implementation

(bind-func test37
  (lambda ()
    (let ((v (test36))
          (i 0))
      (dotimes (i 10) (printf "%lld:%f\n" i (aref v i))))))


Back to Index