ORDINAL(1) ORDINAL(1)
NNAAMMEE
_o_r_d_i_n_a_l_(_) - returns the ordinal suffix for a number
SSYYNNOOPPSSIISS
string ordinal(int x)
DDEESSCCRRIIPPTTIIOONN
Given an integer, this function returns the ordinal suffix
for the number.
EEXXAAMMPPLLEESS
+o _o_r_d_i_n_a_l(7) returns "th"
LLOOCCAATTIIOONN
/secure/SimulEfun/english.c
SSEEEE AALLSSOO
_c_a_r_d_i_n_a_l_(_)
AAuutthhoorr
Descartes of Borg
1