#%Module
for {set i 0} {$i<10} {incr i} {
    bad-command
}
