I don't have Raku so I tested against Perl.
Looks like only doublequotes are stripped if not escaped.
D:\tmp\pm>perl -e"print @ARGV" * * D:\tmp\pm>perl -e"print @ARGV" '*' '*' D:\tmp\pm>perl -e"print @ARGV" "'*'" '*' D:\tmp\pm>perl -e"print @ARGV" "*" * D:\tmp\pm>perl -e"print @ARGV" \* \* D:\tmp\pm>perl -e"print @ARGV" \"*\" "*" D:\tmp\pm>
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
In reply to Re^2: [Raku] Asterisk on DOS command line
by LanX
in thread [Raku] Asterisk on DOS command line
by Athanasius
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |