Repository URL to install this package:
Program test; var s: string; begin s:='123456789'; s[1]:=s[2]; writeln(s); end.