PDA

View Full Version : Repeat program syntax


Sid Karthik
Feb 28, 2017, 06:54 AM
What is the syntax for repeating the whole program again while execution?

Scleros
May 12, 2017, 08:40 PM
Syntax depends on the language. Two common general algorithms are an endless loop or a jump back to the start.