Namespace
Posted to
tcl
by Maximus at Thu Nov 07 21:06:21 GMT 2019
view raw
proc
foo {} {
variable
bar
set
bar "baz"
}
foo
variable
bar
puts
"1:
$bar
"
namespace
eval one {
proc
two {} {
puts
"
$bar
"
}
}
one::two
Recent Posts
tcl by kevin_walzer
6 days ago
openbsd by Bradipo
13 days ago
tcl by emiliano
17 days ago
tcl by de
17 days ago
tcl by dburns
27 days ago
tcl by kbk
33 days ago
tcl by Stu
36 days ago
tcl by Stu
36 days ago
tcl by Stu
50 days ago
tcl by mookie
53 days ago
Submit
New paste
Documentation
From Jabber