summaryrefslogtreecommitdiffstats
path: root/libraries/itcl/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/itcl/slack-desc')
-rw-r--r--libraries/itcl/slack-desc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/itcl/slack-desc b/libraries/itcl/slack-desc
index a604e794b3..ec3b413121 100644
--- a/libraries/itcl/slack-desc
+++ b/libraries/itcl/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-itcl: itcl (object-oriented programming contructs to Tcl)
+itcl: itcl (Object-oriented Programming Contructs to Tcl)
itcl:
itcl: [incr Tcl] provides the extra language support needed to build large
itcl: Tcl/Tk applications. It introduces the notion of objects, which act as
itcl: building blocks for an application. Each object is a bag of data with
itcl: a set of procedures or "methods" that are used to manipulate it.
itcl: Objects are organized into "classes" with identical characteristics,
-itcl: and classes can inherit functionality from one another. This
-itcl: object-oriented paradigm adds another level of organization on top of
-itcl: the basic variable/procedure elements, and the resulting code is
-itcl: easier to understand and maintain.
+itcl: and classes can inherit functionality from one another.
+itcl:
+itcl: This package contains version 3.4 of itcl which is required by some
+itcl: programs.