6 lines
45 B
Plaintext
6 lines
45 B
Plaintext
|
proc f(a: Int) writei(a);
|
||
|
|
||
|
begin
|
||
|
f(5)
|
||
|
end.
|