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