Validate International Securities Identification Number: Difference between revisions

→‎{{header|Raku}}: fix up internal link
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(→‎{{header|Raku}}: fix up internal link)
Line 2,024:
{{works with|Rakudo|2018.12}}
 
Using the <tt>luhn-test</tt> function from the ''[[Luhn test of credit card numbers#Perl 6Raku|Luhn test of credit card numbers]]'' task.
 
<lang perl6>my $ISIN = /
10,327

edits