foo to bar
Posted to
tcl
by tarwich at Thu Sep 13 16:38:46 GMT 2012
view raw
proc
example {} {
showMenu {
"a" {
showMenu {
"x" {
return
1; }
"y" {
return
2; }
"z" {
return
3; }
}
}
"b" {
exit
0;
}
}
}
proc
showStuff {args} {
}
example;
Recent Posts
tcl by arjen
4 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
57 days ago
tcl by oldlaptop
60 days ago
Submit
New paste
Documentation
From Jabber