Idiom #356 Parse list of integers
Create the list of integers items for the string s containing integers separated by one or more whitespace characters (space, tab, newline).
Create the list of integers items for the string s containing integers separated by one or more whitespace characters (space, tab, newline).