3 lines
62 B
Tcl
3 lines
62 B
Tcl
foreach i {1 2 3} {x y} {a b c d e f} {
|
|
puts "$i,$x,$y"
|
|
}
|
foreach i {1 2 3} {x y} {a b c d e f} {
|
|
puts "$i,$x,$y"
|
|
}
|