8 lines
68 B
Text
8 lines
68 B
Text
|
|
Red ["Integer sequence"]
|
||
|
|
|
||
|
|
i: 1
|
||
|
|
forever [
|
||
|
|
print i
|
||
|
|
i: i + 1
|
||
|
|
]
|