Stefanmz7
Posts: 19
Joined: Sat Sep 15, 2018 10:21 am

While loops

Mon Sep 24, 2018 10:27 am

Hello! How do I make a while loop or something for a script that is programmed to say What would you like to do next? And then when I type something it does some action. After that it quits itself. How do I make it go back to What would like to do next? In other words somehow loop that phrase.

DirkS
Posts: 10371
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: While loops

Mon Sep 24, 2018 10:33 am

In which language?

But in general it would look something like this:
While True
Ask for input
Do something depending on input
End While

Return to “Beginners”