How to emulate a do-while loop?
I am not sure what you are trying to do. You can implement a do-while loop like this: Or: What are you doing trying to use a do while loop to print the stuff in the list? Why not just use: Update: So do you have a list of lines? And you want to keep … Read more