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.
When thinking about loops in programming languages, they often get simplified down to a conditions section and a body, but this belies the dizzying complexity that emerges when considering loop edge ...