parse things in a less dumb way

This commit is contained in:
dfsek
2020-12-20 14:04:33 -07:00
parent e1cb46c8fd
commit 7cbf8dffbe
10 changed files with 89 additions and 34 deletions

View 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);
}
}