Hello, I wanted to remove the lastchar in a string and figured that you can do that wit

str = str[0..$-2];

but why is

str = str[0..$] and str=str[0..$-1]

the same ?

Reply via email to