Oesmerilhador
9 years agoOccasional Contributor
Repeating endless test ?
how to infinite looping of the whole process ?
- 9 years ago
Well you could simply add a while loop and just set the check variable to true.
- 9 years ago
Yes, your While loop is in the correct place, but anything that you want to run inside that loop needs to be indented under it. Use the green arrow to shift everything that needs to be in the loop.