stringify   xtlang


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

Implementation

(bind-func stringify:[String*,Sub*]*
  (lambda (x)
    (cat (stringify (tref x 0))
         (Str " - ")
         (stringify (tref x 1)))))


Back to Index

Similar Entries