#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 23:54:41 +0200
changeset 5187 cba4d5fc4f6d
parent 5186 600bc66259ef
child 5188 3635c923064b
#DOCUMENTATION by exept class: Queue comment/format in: #nextPut:
Queue.st
--- a/Queue.st	Mon Aug 26 23:54:02 2019 +0200
+++ b/Queue.st	Mon Aug 26 23:54:41 2019 +0200
@@ -522,7 +522,8 @@
 !Queue methodsFor:'accessing-writing'!
 
 nextPut:anObject
-    "enter anObject into the queue - if the queue is full, report an error"
+    "enter anObject into the queue - if the queue is full, report an error.
+     Answer anObject"
 
     |sz pos "{ Class: SmallInteger }" |