STNDRD
From Garry's Mod
Contents |
Description
Returns the ordinal suffix of a given number.
Arguments
number number
The number to find the ordinal suffix of.
Returns
suffix
Examples
Example
Returns the ordinal suffix of 72.
print( 72 .. STNDRD(72) )
Output:
72nd