Even simpler demo
Posted to
tcl
by dgp at Thu Jul 07 12:42:33 GMT 2011
view raw
package
require Itcl 3.4
if
1 {
itcl::class Foo {
constructor {args} {
concat
} {}
}
itcl::class Bar {
constructor {args} {
concat
} {
global
G}
}
}
Bar bar
Foo foo
Bar baz
Recent Posts
tcl by oldlaptop
1 days ago
tcl by mookie
7 days ago
tcl by dandyn
14 days ago
tcl by Bradipo
14 days ago
tcl by Bradipo
14 days ago
tcl by oldlaptop
38 days ago
tcl by oldlaptop
39 days ago
tcl by mookie
43 days ago
tcl by mookie
44 days ago
tcl by georgtree
45 days ago
Submit
New paste
Documentation
From Jabber