Implement boolean binary operations AND and OR

This commit is contained in:
dfsek
2020-12-21 21:08:43 -07:00
parent be8ed913e5
commit 13fbb9bf54
8 changed files with 80 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
test("hello" + 3 + "gdfg", (2 * (3+1)));
test("hello" + 3 + "gdfg", (2 * (3+1) * (2 * (1+1))));
if(true == test("hello" + 3 + "gdfg", 3 + 8*2 - 1)) {
if(true || false) {
test("fdsgdf" + 2, 3.4);
}