10 lines
63 B
Plaintext
10 lines
63 B
Plaintext
proc g()
|
|
begin
|
|
writei(5);
|
|
writei(3)
|
|
end;
|
|
|
|
begin
|
|
g()
|
|
end.
|