Rosetta Code/Rank languages by popularity: Difference between revisions

m
→‎REXX program: added code to support the new of of Raku (old name of Perl 6).
m (→‎{{header|REXX}}: updated the number of computer programming languages that are on Rosetta Code.)
m (→‎REXX program: added code to support the new of of Raku (old name of Perl 6).)
Line 4,792:
old.8= '╨£iniZinc' ; new.8= 'MiniZinc' /*Unicode ───► ASCII─8: MiniZinc*/
old.9= Uyir ; new.9= 'Uyir' /*Unicode ───► ASCII─8: Uyir */
 
old.10= 'Perl 6' ; new.10='Raku' /* (old name) ───► (new name) */
 
do recs=0 while lines(inFID) \== 0 /*read a file, a single line at a time.*/