mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 01:06:21 +00:00
Implement boolean binary operations AND and OR
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user