Logo

Programming-Idioms

History of Idiom 49 > diff from v12 to v13

Edit summary for version 13 by :

Version 12

2015-09-04, 12:54:36

Version 13

2015-09-04, 18:05:33

Idiom #49 Split a space-separated string

Build list chunks consisting in substrings of input string s, separated by one or more space characters.

Idiom #49 Split a space-separated string

Build list chunks consisting in substrings of input string s, separated by one or more space characters.

Code
chunks = words s