6 lines
63 B
Text
6 lines
63 B
Text
|
|
C :n = 1
|
||
|
|
*InfiniteLoop
|
||
|
|
T :#n
|
||
|
|
C :n = n + 1
|
||
|
|
J :*InfiniteLoop
|