2 lines
53 B
Text
2 lines
53 B
Text
str = "12345"
|
|
str = ((str as integer) + 1) as string
|
str = "12345"
|
|
str = ((str as integer) + 1) as string
|