old-mumei/test.mtl
2016-07-02 17:11:21 +02:00

7 lines
No EOL
63 B
Text

FUNCTION main()
a(5)
END
FUNCTION a(i)
puti(i)
a(i+1)
END