⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{library}} TclOO is a library for [[Tcl]] 8.5, which provides access to the same object-oriented programming facilities as are built directly into Tcl 8.6. For backward compatibility, Tcl 8.6 also provides this package; this means that user code that needs an object system can just do:


See the [http://wiki.tcl.tk/TclOO TclOO page] on the Tcler's Wiki for more information.

{{works with|Tcl|8.5}}