Empty program: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 1,124: Line 1,124:
<lang perl6></lang>
<lang perl6></lang>


It is also possible to just specify that the program is written in Perl6:
It is also possible to just specify that the program is written in Raku:
<lang perl6>use v6;</lang>
<lang perl6>use v6;</lang>