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


Back to Index

Similar Entries