minor cleanups

This commit is contained in:
cozis
2021-11-02 14:03:07 +00:00
parent 51083ee090
commit 035649bd63
4 changed files with 10 additions and 8 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
p = (false);
if p:
a = 1;
else
if p:
{
a = 1;
}
else
a = 2;
print(a);