Asked
— Edited
Best Way To Keep A Script Running?
I have a script that I want to run none stop. What is the best way to do this?
Total Speech Recognition
— Offline Windows speech recognition with open dictionary, confidence filtering, and scriptable phrase actions for ARC robots
Try it →
Each have their own pros and cons. Personally I prefer Labels and Gotos as I feel a RepeatUntil should always have an end (hence the until). But as Dave said, it depends who you are and how you think.
It also depends on the script. There are some instances where a repeatuntil may not work correctly or require additional labels and gotos anyway where it could render the repeat redundant.