On 2020-04-07 18:25, Brad Gilbert wrote:
Of course %*ENV is case sensitive, hashes are case sensitive.

     say %*ENV.^name; # Hash

%*ENV gets populated with the values before your code runs.
Other than that it is fairly ordinary.

My purpose for the case sensitive remark was that
environmental variables are not case sensitive in
Windows.  And I do not know how Raku interacts with
them.

>echo %WINDIR%
C:\WINDOWS

>echo %windir%
C:\WINDOWS

>echo %WinDir%
C:\WINDOWS

Reply via email to