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* b:i8* c:i8*)
    (printf "%s %s %s\n" a b c)))


Back to Index

Similar Entries