mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-11 18:26:08 +00:00
implement block & check functions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user