Handbook
Glossary
<string> ( n ch -- string )
Factor handbook
»
The language
»
Collections
»
Strings
Prev:
>string ( seq -- str )
Next:
1string ( ch -- str )
Vocabulary
strings
Inputs
n
a positive integer specifying string length
ch
an initial character
Outputs
string
a
string
Word description
Creates a new string with the given length and all characters initially set to
ch
.
Definition
IN:
strings
PRIMITIVE:
<string>
( n ch -- string )
flushable