Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
impc:ir:strip-space
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmir.xtm
Implementation
(
define
impc:ir:strip-space
(
lambda
(
str
)
(
string-strip
str
)))
Back to Index