_Added in 1.9.0_ *$ord(N)* Appends st, nd, rd, th as appropriate to the number N. *Parameters* table(ktable). |*Parameter*|*Description*| | N | The number to format. | *Example*
; Format number '12' which becomes '12th'
//echo -ag $ord(12)