Character length in array constructor

Nice. With the function here one can write

words("one two three")

to get an array of 3 character variables, but this relies on their not having embedded spaces.

2 Likes