added return statement

This commit is contained in:
Francesco Cozzuto
2021-10-31 16:05:43 +01:00
parent 88efd9515c
commit 7f37c51f98
5 changed files with 108 additions and 5 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
if false
{
3;
if true
{
return 3;
2;
}
}
else
4;
99;
return 99;