4 lines
71 B
Text
4 lines
71 B
Text
|
|
procedure main()
|
||
|
|
every write(seq(1)) # the most concise way
|
||
|
|
end
|