Jump to content

Inheritance/Single: Difference between revisions

m
→‎{{header|Tcl}}: improve requirements
m (copy edit - wiki link to wikipedia)
m (→‎{{header|Tcl}}: improve requirements)
Line 859:
 
=={{header|Tcl}}==
{{works with|Tcl|8.6}} <br>or {{libheader|TclOO}}
<lang tcl>package require TclOO
{{works with|Tcl|8.5}} and the [http://wiki.tcl.tk/TclOO TclOO package]
<lang Tcl>oo::class create Animal {
# ...
}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.