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

10 lines
146 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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.