Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
433 stars 71 forks source link

Printf. Replacement of legacy asFloat method #231

Closed nmingotti closed 2 years ago

nmingotti commented 2 years ago

This to correct a bug you can reproduce running this:

Feature require: 'Printf'. 
'%0.2f' printf: {'123.123123'}.