7 lines
123 B
Tcl
7 lines
123 B
Tcl
|
|
package require Tcl 8.6
|
||
|
|
# "Static" (on class object)
|
||
|
|
MyClass mthd someParameter
|
||
|
|
|
||
|
|
# Instance
|
||
|
|
$myInstance mthd someParameter
|