Initial commit
This commit is contained in:
5
tests/declare_variable.eln
Normal file
5
tests/declare_variable.eln
Normal file
@ -0,0 +1,5 @@
|
||||
var x: Int;
|
||||
begin
|
||||
x := 5;
|
||||
writei(x)
|
||||
end.
|
Reference in New Issue
Block a user