elna/tests/procedure_print_argument.eln

6 lines
45 B
Plaintext

proc f(a: Int) writei(a);
begin
f(5)
end.