Sum multiples of 3 and 5: Difference between revisions

m
→‎{{header|NetRexx}}: Fix links and comments: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|NetRexx}}: Fix links and comments: Perl 6 --> Raku)
Line 2,153:
 
=={{header|NetRexx}}==
Portions translation of [[#Perl 6Raku|Perl 6Raku]]
<lang NetRexx>/* NetRexx */
options replace format comments java crossref symbols nobinary
Line 2,171:
 
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- translation of perl 6Raku
method sum_mults(first, limit) public static
last = limit - 1
2,392

edits