for {set i 1} {$i <= 5} {inc i} { for {set j 1} {$j <= $i} {inc j} { write "*" } print }