minus   xtlang


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

Implementation

;; second function
(bind-func minus:[!a,NUM*,!a,!a]*
  (lambda (dict a b)
    (let ((f (tref dict 1)))
      (f a b))))


Back to Index

Similar Entries