elna/tests/procedure_print_argument.eln
2024-12-20 16:16:16 +01:00

6 lines
45 B
Plaintext

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