Copyright © 2008, 2009 Arndt Roger Schneider
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.
Do not use verified with return, continue or break. These three keywords are implemented as exceptions in Tcl/Tk and verified will catch them.