Rosetta Code/Rank languages by popularity: Difference between revisions

m
→‎{{header|REXX}}: changed wording in the REXX section header.
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:
Note that this REXX example properly ranks tied languages.
 
This REXX version now sorts the   tied   languages by language name (thanks to Walter Pachl's suggestion).
===REXX program===
<lang rexx>/*REXX program reads two files and displays a ranked list of Rosetta Code languages.*/