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 oldlaptop
10 hours ago
tcl by mookie
6 days ago
tcl by dandyn
13 days ago
tcl by Bradipo
13 days ago
tcl by Bradipo
13 days ago
tcl by oldlaptop
37 days ago
tcl by oldlaptop
37 days ago
tcl by mookie
42 days ago
tcl by mookie
43 days ago
tcl by georgtree
44 days ago
Submit
New paste
Documentation
From Jabber