Handbook
Glossary
1string ( ch -- str )
Factor handbook
»
The language
»
Collections
»
Strings
Prev:
<string> ( n ch -- string )
Next:
resize-string ( n str -- newstr )
Vocabulary
strings
Inputs
ch
a character
Outputs
str
a
string
Word description
Outputs a string of one character.
Definition
USING:
kernel
;
IN:
strings
:
1string
( ch -- str )
1
swap
<string>
;
inline