mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-11 10:16:15 +00:00
parse things in a less dumb way
This commit is contained in:
8
common/src/test/resources/test.tesf
Normal file
8
common/src/test/resources/test.tesf
Normal file
@@ -0,0 +1,8 @@
|
||||
test("hello", 2);
|
||||
|
||||
if(test("fsdfsdf", 3) == 2) {
|
||||
test("fdsgdf", 3.4);
|
||||
if(test("fsdfsdf", 3) == 2) {
|
||||
test("fdsgdf", 3.4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user