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