Category:Fmt: Difference between revisions

Amended following transfer of Str class to a new module.
(Edited the name of the text file.)
(Amended following transfer of Str class to a new module.)
Line 1:
'''fmt''' is a module which adds basic formatting capabilities to the Wren programming language. It consists of static methods organized into 32 classes: Str, Conv and Fmt. As it is expected they will be mostly used within interpolated strings, most methods in the Fmt class have very short names reminiscent of the ''printf'' verb names in C-family languages.
 
It is the first in a series of modules (listed on the language's [[https://rosettacode.org/wiki/Category:Wren main page]]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.
9,476

edits