RosettaCodeData/Task/Integer-sequence/Plain-English/integer-sequence.plain

10 lines
146 B
Plaintext

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.