added assignment operator

This commit is contained in:
cozis
2021-11-01 15:55:59 +00:00
parent 7f37c51f98
commit 5bf6a9f085
12 changed files with 132 additions and 28 deletions
+5 -2
View File
@@ -1,9 +1,12 @@
p = 1;
return p;
if true
{
return 3;
x = 7;
2;
}
else
4;
return 99;
return x;