split-string ( string -- strings )


Vocabulary
game.models.obj.private

Inputs
stringa string


Outputs
stringsa sequence


Word description
Split the given string on whitespace.

Definition