4 lines
58 B
Text
4 lines
58 B
Text
|
|
s := "12345";
|
||
|
|
i := int->ToInt(s) + 1;
|
||
|
|
s := i->ToString();
|