6 lines
96 B
Raku
6 lines
96 B
Raku
my $color = 'green';
|
|
say qq :to 'END';
|
|
some line
|
|
color: $color
|
|
another line
|
|
END
|