stringify   xtlang


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

Implementation

(bind-func stringify:[!a,Lit*]*
  (lambda (x)
    (toString (tref x 0))))


Back to Index

Similar Entries