diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:35 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:35 -0400 |
commit | 49779116385e804a0c8e8b4f59852f9e9dd2691a (patch) | |
tree | 2fa043781e8cb7e1f48f43ca95da1b1ff8c23cf0 | |
parent | d8625a398820e28f903ad75e0c95d958b4c158bc (diff) |
libraries/itcl: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/itcl/README | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/libraries/itcl/README b/libraries/itcl/README index 08c815a7ed78..8b3c479017de 100644 --- a/libraries/itcl/README +++ b/libraries/itcl/README @@ -1,16 +1,17 @@ [incr Tcl] is an object system for the Tcl programming language. -[incr Tcl] provides the extra language support needed to build large Tcl/Tk -applications. It introduces the notion of objects, which act as building -blocks for an application. Each object is a bag of data with a set of -procedures or "methods" that are used to manipulate it. Objects are -organized into "classes" with identical characteristics, and classes can -inherit functionality from one another. This object-oriented paradigm adds -another level of organization on top of the basic variable/procedure -elements, and the resulting code is easier to understand and maintain. +[incr Tcl] provides the extra language support needed to build +large Tcl/Tk applications. It introduces the notion of objects, +which act as building blocks for an application. Each object +is a bag of data with a set of procedures or "methods" that are +used to manipulate it. Objects are organized into "classes" with +identical characteristics, and classes can inherit functionality +from one another. This object-oriented paradigm adds another level of +organization on top of the basic variable/procedure elements, and the +resulting code is easier to understand and maintain. The Tcl package of Slackware 14.1 contains itcl-4.0.0. -This package contains the older itcl-3.4.0 which may be required by some -programs like mcu8051ide. This package may be installed in a Slackware 14.1 -system without conflicting with the Slackware package. +This package contains the older itcl-3.4.0 which may be required by +some programs like mcu8051ide. This package may be installed in a +Slackware 14.1 system without conflicting with the Slackware package. |