RosettaCodeData/Task/Comments/Perl-6/comments-2.pl6
2020-02-17 23:21:07 -08:00

6 lines
199 B
Raku

#`(
Comments beginning with a backtick and one or more opening bracketing characters are embedded comments.
They can span more than one line…
)
my $y = #`{ …or only part of a line. } 3;