proc a {} { if { 1==1 } { break puts here2 } else { puts here } puts here3 } a puts here4