RosettaCodeData/Task/Integer-sequence/PILOT/integer-sequence.pilot

6 lines
63 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
C :n = 1
*InfiniteLoop
T :#n
C :n = n + 1
J :*InfiniteLoop