Help for this page
Select Code to Download
Select
or
download this
foreach i {1 2} j {3 4} { puts $i puts $j }
Select
or
download this
1 3 2 4