class: stx_libbasic
authorClaus Gittinger <cg@exept.de>
Sat, 21 Feb 2015 12:11:16 +0100
changeset 17540 f51b6fa18e90
parent 17539 a195ade70e76
child 17541 921bd42c0558
class: stx_libbasic comment/format in: #documentation
stx_libbasic.st
--- a/stx_libbasic.st	Sat Feb 21 01:04:46 2015 +0100
+++ b/stx_libbasic.st	Sat Feb 21 12:11:16 2015 +0100
@@ -41,16 +41,17 @@
     Package documentation:
 
     This library contains basic (nonGUI) classes.
-    These are the fundamental classes which are required for any smalltalk,
+    These are the fundamental classes which are required for any Smalltalk,
     whether scripting, non-GUI, repl, IDE or end user application.
-    There are no GUI dependencies here (and if there are, they are conditional
-    and deal with non-presence of UI classes). This includes the debugger, for
-    which a non-UI version is provided.
+
+    Things you find here are mostly classes as described in the ANSI standard.
 
-    Also no developer support classes are found here (i.e. Change/History support,
-    compiler etc.).
+    There are no GUI dependencies here 
+    (some conditional code deals with the non-presence of UI classes; 
+     for example, debugging, for which a non-UI version is provided here)
 
-    Things you find here are mostly classes as described in the Ansi standard.
+    Also no developer support classes are found here 
+    (i.e. Change/History support, compiler etc.).
 "
 ! !
 
@@ -623,11 +624,11 @@
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.143 2015-02-18 18:14:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.144 2015-02-21 11:11:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.143 2015-02-18 18:14:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.144 2015-02-21 11:11:16 cg Exp $'
 !
 
 version_SVN