N'th: Difference between revisions

m
(→‎{{header|Wren}}: Changed to Wren S/H and now uses built-in ordinalization format specifier.)
imported>Arakov
Line 2,287:
=={{header|Elena}}==
{{trans|C#}}
ELENA 56.0x :
<syntaxhighlight lang="elena">import extensions;
import system'math;
Line 2,297:
{
int i := self.Absolute;
if (new int[]{11,12,13}.ifExists(i.mod:(100)))
{
^ i.toPrintable() + "th"
Anonymous user