mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 09:16:34 +00:00
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
test("hello" + 3 + "gdfg", (2 * (3+1) * (2 * (1+1))));
|
|
|
|
if(true || false) {
|
|
test("fdsgdf" + 2, 1);
|
|
} |