undar-lang/test/bang.ul

6 lines
63 B
Plaintext
Executable File

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