rtl::verified

Provides a try/catch block (in C++ speak). It uses a debug sequence to log eventual errors while the verified catch block is executed. The logged message supports variable substitution.

verified and break, continue, return

Do not use verified with return, continue or break. These three keywords are implemented as exceptions in Tcl/Tk and verified will catch them.