In Raku, the name of the program being executed is in the special global variable $*PROGRAM-NAME.
$*PROGRAM-NAME
say $*PROGRAM-NAME;
Last updated 11 months ago