added compound statements

This commit is contained in:
cozis
2021-11-01 03:20:07 +00:00
parent e67231f321
commit 97c3c15ea0
8 changed files with 138 additions and 4 deletions
+8 -1
View File
@@ -1,2 +1,9 @@
if true 3; else none;
if false
{
3;
2;
}
else
4;
99;