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

6 lines
63 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
C :n = 1
*InfiniteLoop
T :#n
C :n = n + 1
J :*InfiniteLoop