2 lines
48 B
Text
2 lines
48 B
Text
s := "12345";
|
|
s := convert(parse(s)+1, string);
|
s := "12345";
|
|
s := convert(parse(s)+1, string);
|