
string consolidate(int, string);

This Simulefun returns a string containing the int in word form
in front of the string you passed into the Simulefun.

Example -- consolidate(7,"log") will return the string "seven logs"

