N'th: Difference between revisions

Content added Content deleted
(Added PL/M)
Line 3,270: Line 3,270:
=={{header|PL/M}}==
=={{header|PL/M}}==
{{works with|8080 PL/M Compiler}} ... under CP/M (or an emulator)
{{works with|8080 PL/M Compiler}} ... under CP/M (or an emulator)
The 8080 PL/M compiler doesn't recognise lower-case letters, so the letters for the suffixes have to be specified by their ASCII codes.
<syntaxhighlight lang="plm">
<syntaxhighlight lang="plm">
100H: /* SUFFIX NUMBERS WITH ST, ND, RD OR TH AS APPROPRIATE */
100H: /* SUFFIX NUMBERS WITH ST, ND, RD OR TH AS APPROPRIATE */