FIXME:
for start test další tělo
Příklad 71.3. Příkaz použití příkazu for
for { set i 1 } { $i <= 10 } { incr i } { puts "ahoj po $i." }