Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 206 Bytes

Program_name.md

File metadata and controls

13 lines (6 loc) · 206 Bytes

In Raku, the name of the program being executed is in the special global variable $*PROGRAM-NAME.

say $*PROGRAM-NAME;