myprint   xtlang


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

Implementation

(bind-func myprint
  (lambda (a:i8*)
    (printf "%s\n" a)))


Back to Index

Similar Entries