5 lines
65 B
Text
5 lines
65 B
Text
|
|
var str = "123";
|
||
|
|
var str = $string($int(str) + 1);
|
||
|
|
|
||
|
|
$print(str);
|