eval   xtlang


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

Implementation

(bind-func eval:[!a,Add*]*
  (lambda (x)
    (+ (eval (tref x 0))
       (eval (tref x 1)))))


Back to Index

Similar Entries