Handbook
Glossary
string>numbers ( string -- number-seq )
Vocabulary
game
.
models
.
collada
.
private
Inputs
string
a
string
Outputs
number-seq
a
sequence
Word description
Splits a string on whitespace and converts the elements to a number sequence.
Definition
USING:
math.parser
sequences
splitting
;
IN:
game.models.collada.private
:
string>numbers
( string -- number-seq )
" \t\n"
split
harvest
[
string>number
]
map
;