Handbook
Glossary
strings>faces ( strings -- faces )
Vocabulary
game
.
models
.
obj
.
private
Inputs
strings
a
sequence
Outputs
faces
a
sequence
Word description
Convert a sequence of '/'-delimited strings into a sequence of sequences of numbers. Each number is an index into the vertex, texture or normal tables, respectively.
Definition
USING:
math.parser
sequences
splitting
;
IN:
game.models.obj.private
:
strings>faces
( strings -- faces )
[
"/"
split
[
string>number
]
map
]
map
;