I'm using an xcode 7 playground, and I want to know how to make the playground display all the results printed out by a loop.
for example:
This will tell me the loop ran 4 times, but it will only display the last value of the iteration. Is there a way I can make it show all values?