string>numbers ( string -- number-seq )


Vocabulary
game.models.collada.private

Inputs
stringa string


Outputs
number-seqa sequence


Word description
Splits a string on whitespace and converts the elements to a number sequence.

Definition