format_space   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/base/base.xtm

Implementation

;; prints a space
(bind-func format_space
  (lambda ()
    (String " ")))


Back to Index

Similar Entries