Cleanup & fix grouping related operator precedence issues

This commit is contained in:
dfsek
2020-12-22 14:49:58 -07:00
parent 72d4370878
commit 9c1eab04b9
4 changed files with 64 additions and 63 deletions

View File

@@ -17,9 +17,9 @@ while(iterator < 5) {
}
if(true && boolean) {
if(true && !(boolean && false) && true) {
num scopedVar = 2;
test("fdsgdf" + 2 + stringVar, 1 + testVar + scopedVar);
test("if statement" + 2 + stringVar, 1 + testVar + scopedVar);
}
// comment