Category:TclOO: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1:
{{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:
<lang tcl>package require TclOO</lang>
 
See the [http://wiki.tcl.tk/TclOO TclOO page] on the Tcler's Wiki for more information.
 
Anonymous user