1. How can I make string ONLY char[] (Not immutable)2. How can I work with some of chars in the stirng, is, for example:
string s="abc"; writeln(s[1]); // Should write 'b' or not??? Is it a legit code or it doesn't work ?
1. How can I make string ONLY char[] (Not immutable)2. How can I work with some of chars in the stirng, is, for example:
string s="abc"; writeln(s[1]); // Should write 'b' or not??? Is it a legit code or it doesn't work ?