mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-19 06:40:12 +00:00
binary operations work now
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
test("hello", 2);
|
||||
test("hello" + 3 + "gdfg", 2 + 1.2);
|
||||
|
||||
if("true") {
|
||||
test("fdsgdf", 3.4);
|
||||
if(true) {
|
||||
test("fdsgdf" + 2, 3.4);
|
||||
}
|
||||
Reference in New Issue
Block a user