7 lines
No EOL
63 B
Text
7 lines
No EOL
63 B
Text
FUNCTION main()
|
|
a(5)
|
|
END
|
|
FUNCTION a(i)
|
|
puti(i)
|
|
a(i+1)
|
|
END |