eval   xtlang


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

Implementation

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


Back to Index

Similar Entries