mirror of
https://github.com/sboydlns/univacemulators.git
synced 2026-01-12 00:42:48 +00:00
6 lines
137 B
Plaintext
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; |