RosettaCodeData/Task/Integer-sequence/Plain-English/integer-sequence.plain
2023-07-01 13:44:08 -04:00

9 lines
146 B
Text

To run:
Start up.
Put 1 into a number.
Loop.
Convert the number to a string.
Write the string to the console.
Bump the number.
Repeat.
Shut down.