2020-12-25 12:15:49 -05:00

6 lines
137 B
Plaintext

begin comment this is the main program starting point;
integer i;
for i := 1, 2, 3, 4 do i := i * 2;
end of main program;