Simulated External Functions

string ordinal(int);

Thats the number int and returns it's ordinal value.  If int==1 then "1st" is returned.  If int==25 then "25th" is returned.

file: /doc/sefun/numbers.c
