CharacterArray.st
changeset 19785 c9672beda785
parent 19775 cfffb072d9a3
child 19811 65fec19facb0
child 19837 06923e87ba53
--- a/CharacterArray.st	Wed May 11 13:33:33 2016 +0200
+++ b/CharacterArray.st	Wed May 11 13:55:00 2016 +0200
@@ -1403,6 +1403,7 @@
 
     "
      'do you like %1 ?' bindWith:'smalltalk'
+     'do you like %(foo) ?' bindWithArguments:(Dictionary new at:'foo' put:'smalltalk'; yourself)
     "
 !