mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-21 15:50:40 +00:00
if statements with code blocks
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user