Files
IPS_G-assignment/fasto/tests/short_circuit.fo
NikolajDanger 642fcbd636 fasto unzipped
2022-05-04 10:40:19 +02:00

7 lines
130 B
Plaintext

fun bool no_way() = no_way()
fun bool main() =
let a = write(false && no_way()) in
let b = write(true || no_way()) in
true