implement block & check functions

This commit is contained in:
dfsek
2020-12-22 17:32:17 -07:00
parent e5d9ae62fa
commit f47b975fe7
6 changed files with 105 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
test("hello" + 3 + "gdfg", (2 * (3+1) * (2 * (1+1))));
test("minecraft:green_w" + "ool", (2 * (3+1) * (2 * (1+1))));
//
num testVar = 3.4;
@@ -18,6 +18,7 @@ while(iterator < 5) {
if(true && !(boolean && false) && true) {
test(0,-1,0, "minecraft:green_w" + "ool");
num scopedVar = 2;
test("if statement" + 2 + stringVar, 1 + testVar + scopedVar);
}