4 lines
58 B
Text
4 lines
58 B
Text
|
|
output = trim(input) + 1
|
||
|
|
output = "123" + 1
|
||
|
|
end
|