undar-lang/test/bang.ul

7 lines
69 B
Plaintext
Executable File

bool flag = false;
if (!flag) {
print("flag is false");
}
halt;