This commit is contained in:
cozis
2021-11-01 16:22:34 +00:00
parent d93f578eb2
commit a1f2db9aa9
3 changed files with 11 additions and 33 deletions
+5 -11
View File
@@ -1,12 +1,6 @@
p = 1;
return p;
if true
{
x = 7;
2;
}
else
4;
return x;
if false
a = 1;
else
a = 2;
return a;