4 lines
51 B
Text
4 lines
51 B
Text
|
|
str = '1234'
|
||
|
|
print, string(fix(str)+1)
|
||
|
|
;==> 1235
|