Initial commit
This commit is contained in:
9
tests/procedure_2_statements.eln
Normal file
9
tests/procedure_2_statements.eln
Normal file
@ -0,0 +1,9 @@
|
||||
proc g(a: Boolean, b: Int)
|
||||
begin
|
||||
writeb(a);
|
||||
writei(b)
|
||||
end;
|
||||
|
||||
begin
|
||||
g(True, 5)
|
||||
end.
|
Reference in New Issue
Block a user