I want to format a float, e.g. 12345.67 to a string as if it were a currency, e.g. "12,345.67".
Is there a standard way of doing this with Nim?
I want to format a float, e.g. 12345.67 to a string as if it were a currency, e.g. "12,345.67".
Is there a standard way of doing this with Nim?