On further reading it seems there is a split proc and a split iterator. The 
former returns a sequence of substrings. The code I have seems to be using the 
iterator version. How would I indicate to nim to use the proc rather than the 
iterator version of split?

Reply via email to