Rosetta Code/Rank languages by popularity: Difference between revisions

Content added Content deleted
m (Updated the number of computer programming languages that are used on Rosetta Code based on the number of members.)
m (→‎{{header|REXX}}: changed wording in the REXX section header.)
Line 4,926: Line 4,926:
Note that this REXX example properly ranks tied languages.
Note that this REXX example properly ranks tied languages.


This version now sorts the tied languages by language name (thanks to Walter Pachl's suggestion).
This REXX version sorts the   tied   languages by language name.
===REXX program===
===REXX program===
<lang rexx>/*REXX program reads two files and displays a ranked list of Rosetta Code languages.*/
<lang rexx>/*REXX program reads two files and displays a ranked list of Rosetta Code languages.*/