Command to repeat the entire program.
in
Programming Questions
•
3 months ago
Hi everyone, I am new to programming in processing.Can any one of you explain me how i can repeat my entire program if choosen by user at the end.In c i use main(); to do it.Whats the command in processing?
Program:
//some code
if(some condition)
//What should i do here in c i use main()
if(some other condition)
exit();
1