Assign variables

This commit is contained in:
2024-03-14 08:52:45 +01:00
parent 25657ac36d
commit 99a1ef5f96
18 changed files with 700 additions and 339 deletions

View File

@ -1,5 +1,5 @@
var x;
begin
x := 5;
! 5
! x
end.