comment
authorClaus Gittinger <cg@exept.de>
Mon, 11 Apr 2016 17:58:50 +0200
changeset 3796 70a4a03f4028
parent 3794 7521fb1589fd
child 3797 7465e3050f34
comment
extensions.st
--- a/extensions.st	Thu Apr 07 19:43:15 2016 +0200
+++ b/extensions.st	Mon Apr 11 17:58:50 2016 +0200
@@ -114,6 +114,7 @@
     ^ aStream contents
 
     "
+     ('%05x %d %f %o' printf:{ 123. 234*5. 1.234. 8r377 } )    
      Transcript showCR:('%05x %d %f %o' printf:{ 123. 234*5. 1.234. 8r377 } )
     "
 
@@ -188,6 +189,7 @@
     ^ self printf:(Array with:arg1)
 
     "
+     ('%05x' printfWith:123)
      Transcript showCR:('%05x' printfWith:123)
     "
 ! !