RosettaCodeData/Task/Increment-a-numerical-string/Plain-English/increment-a-numerical-string.plain
2023-07-01 13:44:08 -04:00

4 lines
138 B
Text

To increment a numerical string:
Convert the numerical string to a number.
Add 1 to the number.
Put the number into the numerical string.