#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 15 Feb 2019 09:51:18 +0100
changeset 23738 a71468439dc7
parent 23737 86377b7e2526
child 23739 3a4a83bb825b
#DOCUMENTATION by cg class: Stream comment/format in: #showCR:with:with:with:
Stream.st
--- a/Stream.st	Thu Feb 14 16:35:06 2019 +0100
+++ b/Stream.st	Fri Feb 15 09:51:18 2019 +0100
@@ -4485,7 +4485,12 @@
 
     self showCR:(something bindWith:arg1 with:arg2 with:arg3)
 
+    "
+     Transcript showCR:'hello %1 %2 %3' with:'foo' with:10 with:'bla'
+    "
+
     "Created: / 19-08-2010 / 15:42:43 / cg"
+    "Modified (comment): / 15-02-2019 / 09:48:27 / Claus Gittinger"
 !
 
 showCR:something with:arg1 with:arg2 with:arg3 with:arg4