my-test-12   xtlang


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

Implementation

(bind-func my-test-12
  (lambda (x:i64 y)
    (if (> x y)
        x
        y)))


Back to Index