something like this?
Posted to
tcl
by colin at Sat Jan 12 05:50:14 GMT 2013
view raw
proc
nfor {args} {
foreach
{v n} [
lassign
[lreverse
$args
] body] {
set
body [
list
foreach
$n
$v
$body
]
}
uplevel
1
$body
}
Recent Posts
tcl by arjen
3 days ago
tcl by cgm
13 days ago
tcl by cgm
13 days ago
tcl by alan
20 days ago
tcl by mookie
42 days ago
tcl by mookie
42 days ago
tcl by mookie
42 days ago
tcl by schelte
44 days ago
tcl by oldlaptop
56 days ago
tcl by oldlaptop
60 days ago
Submit
New paste
Documentation
From Jabber