3 lines
55 B
Text
3 lines
55 B
Text
|
|
mutable str = "12345";
|
||
|
|
str = $"$(Int32.Parse(str)+1)";
|