#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 14 Oct 2016 01:20:28 +0200
changeset 4152 12ad59e838cb
parent 4151 32fdabb21a15
child 4153 5e1b6f4ce1d9
child 4154 331a048e840a
#DOCUMENTATION by cg class: Cons comment/format in: #documentation
Cons.st
--- a/Cons.st	Fri Oct 14 00:48:43 2016 +0200
+++ b/Cons.st	Fri Oct 14 01:20:28 2016 +0200
@@ -39,9 +39,6 @@
 documentation
 "
     A pair as in lisp.
-    Create with:
-        a !! b
-    or:
         Cons car:a cdr:b
 
     Conses are not heavily used by Smalltalk (actually: not at all).