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 Florentis
10 hours ago
tcl by iobates
6 days ago
tcl by mookie
9 days ago
tcl by sebres
11 days ago
tcl by iobates
28 days ago
tcl by iobates
28 days ago
tcl by iobates
28 days ago
tcl by FLORENTIS
32 days ago
tcl by Florentis
32 days ago
tcl by schelte
37 days ago
Submit
New paste
Documentation
From Jabber