RosettaCodeData/Task/Integer-sequence/IS-BASIC/integer-sequence.basic

4 lines
43 B
Plaintext

100 FOR I=1 TO INF
110 PRINT I;
120 NEXT