
string add_commas(int);

This Simulefun takes in an integer value and returns a string with
the format xxx,xxx,xxx for as many sets of xxx as is needed.

