I've got a while loop. Within the while loop I use read to get imput. Then I use case to do different things based on the imput. Does anyone know the command that will make it just go back to the top of the loop? To exit the loop? Do those same commands work in an if then statement?