CARDINAL(1) CARDINAL(1)
NNAAMMEE
_c_a_r_d_i_n_a_l_(_) - returns the string description of a number
SSYYNNOOPPSSIISS
string cardinal(int x)
DDEESSCCRRIIPPTTIIOONN
Given any integer number, this function will return the
number written out in English.
EEXXAAMMPPLLEESS
+o _c_a_r_d_i_n_a_l(5) returns "five"
LLOOCCAATTIIOONN
/secure/SimulEfun/english.c
SSEEEE AALLSSOO
_o_r_d_i_n_a_l_(_)
AAuutthhoorr
Descartes of Borg
1