How to continuously prompt for user input?
I’m writing a function that prompts for input and then returns different results based on the input and then asks for input again. I’ve got it returning the correct values, but I’m not sure how to make it prompt for input again.