6 lines
199 B
Raku
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;
|