Numeric separator syntax: Difference between revisions

Content added Content deleted
m (→‎{{header|Go}}: Fix comment: Perl 6 --> Raku)
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 357: Line 357:


=={{header|Raku}}==
=={{header|Raku}}==
(formerly Perl 6)
(formerly Perl 6)
Perl 6 allows underscore as a grouping / separator character in numeric inputs, though there are a few restrictions.
Raku allows underscore as a grouping / separator character in numeric inputs, though there are a few restrictions.
<lang perl6># Any numeric input value may use an underscore as a grouping/separator character.
<lang perl6># Any numeric input value may use an underscore as a grouping/separator character.