extensions.st
changeset 5234 d2fc4924e6eb
parent 5139 c05c6d9c9028
child 5292 975a4c7373cb
--- a/extensions.st	Fri Nov 08 08:53:06 2019 +0100
+++ b/extensions.st	Fri Nov 08 08:53:40 2019 +0100
@@ -486,6 +486,8 @@
 
     "
      Transcript showCR:('%d %05x' printfWith:123 with:234)
+     ('%d %05x' printfWith:123 with:234)
+     ('%d%02d' printfWith:2004 with:9)  
     "
 
     "Modified (comment): / 14-11-2017 / 22:58:16 / cg"