RosettaCodeData/Task/Comments/Raku/comments-2.raku
2023-07-01 13:44:08 -04: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;