added compound statements
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
|
||||
if true 3; else none;
|
||||
if false
|
||||
{
|
||||
3;
|
||||
2;
|
||||
}
|
||||
else
|
||||
4;
|
||||
99;
|
||||
Reference in New Issue
Block a user