bfbcompiler/doc/examples/use-case-15.txt

6 lines
61 B
Plaintext

if (f(0) == 1) {
if (g(2) == 4) {
print("Hola");
}
}
}