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