RPG – MONITOR

MONITOR is a way to perform any set of instructions and then catch any eventual errors. Useful when you know there is a risk of an error and you don’t want to blow up the program in the users face. It’s a way of performing a “try-catch” sequence. Try something and if it didn’t work, […]