You're probably already familiar with `string.format`'s mini-lang!
Interpreting it will gather all strings up to "%" to be concatenated into the result. A following "-" switches to right-padding. "+" or space sets the positive-sign char. "0" sets the padding char. & "'" enable the thousands-separator.
The following digits represents the min-width, & any after "." represents the precision. A final type-char determines additional formatting for the number, or string.
3/4!