mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-12 10:46:25 +00:00
Cleanup & fix grouping related operator precedence issues
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user