in reply to Raku: problem with say() function
Okay, I found a solution in the herdoc docs. I need to do this:
say "Hello -->{$name}<--";
According to the heredoc docs:
The angle bracket to the right of the variable makes it look like a hash index to Raku.
|
---|