3 lines
95 B
Text
3 lines
95 B
Text
import <Utilities/Conversion.sl>;
|
|
|
|
increment(input(1)) := intToString(stringToInt(input) + 1);
|