testprint   xtlang


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

Implementation

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


Back to Index

Similar Entries