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