News

This is a very simple test of 3 functions for spliting a string into a list of strings based on the space character. Results are the same as "blah blah".split() in Python or words "blah blah" in ...