Handbook
Glossary
split-string ( string -- strings )
Vocabulary
game
.
models
.
obj
.
private
Inputs
string
a
string
Outputs
strings
a
sequence
Word description
Split the given string on whitespace.
Definition
USING:
sequences
splitting
;
IN:
game.models.obj.private
:
split-string
( string -- strings )
" \t\n"
split
harvest
;