
string cardinal( int );

This Simulefun returns the words that the int represents in a string.

EXAMPLE --- cardinal(34) will return a string "thirty four".
