3 lines
78 B
Raku
3 lines
78 B
Raku
# What is the $*CWD variable, and what's its value on your system?
|
|
say $*CWD;
|
# What is the $*CWD variable, and what's its value on your system?
|
|
say $*CWD;
|