Integer sequence: Difference between revisions

Specify the order of the sequence.
(+CL, more Haskell)
(Specify the order of the sequence.)
Line 1:
{{draft task}}Create a program that, when run, would display all integers from 1 to ∞ (or any relevant implementation limit), in sequence (i.e. 1, 2, 3, 4, etc) if given enough time.
 
=={{header|BASIC}}==