Handbook
Glossary
make-indent ( indent -- indent' )
Vocabulary
wrap
.
strings
.
private
Inputs
indent
an
object
Outputs
indent'
an
object
Definition
USING:
kernel
strings
;
IN:
wrap.strings.private
:
make-indent
( indent -- indent' )
dup
string?
[
32
<string>
]
unless
;
inline