i have written a proc that uses:
if {check} {body}
elseif {chec} {body}
and in the body of the if and elseif i put a break at the end. However i am getting this error:
[14:12] Tcl error in script for 'timer12':
[14:12] invoked "break" outside of a loop