RosettaCodeData/Task/Increment-a-numerical-string/Plain-English/increment-a-numerical-string.plain

5 lines
138 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
To increment a numerical string:
Convert the numerical string to a number.
Add 1 to the number.
Put the number into the numerical string.