implement comparison operators

This commit is contained in:
dfsek
2020-12-21 20:31:57 -07:00
parent 7a75f20a2c
commit 7d72a91bb7
20 changed files with 195 additions and 175 deletions

View File

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