testprint   xtlang


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

Implementation

;; poly variables can be for functions of
;; mixed argument lengths
;;
;; so for example:
(bind-func testprint
  (lambda (a:i8*)
    (printf "%s\n" a)))


Back to Index

Similar Entries