A loop is a structure in programming that allows you to run the same section of code over and over. This can be used when you want to perform an iterative task (like counting, or sorting through a ...
Hi,<BR><BR>Long time ago when i wrote a simple program, i used a condition inside a while loop, that alowed me to exit the loop while it was runing, when i pressed the CTRL + Z or Q (not sure) comand.