if statements with code blocks

This commit is contained in:
dfsek
2020-12-20 01:08:37 -07:00
parent 474962db39
commit 2880c29f8c
19 changed files with 286 additions and 53 deletions

View File

@@ -1,2 +1,8 @@
test("hello", 1);
test("ghgj{}()\"\\hgjhgj", 3.4);
if(test("hello", 1) == test("hello", 1)) {
test("hello", 1);
}
test("ghgj{}()\"\\hgjhgj", 3.4);