Skip to content
Prev 179168 / 398502 Next

How to skip rest of code

How about:

x <- F
if (x) {
 print("true") 
} else {
print("false")
}


Bart
mli-2 wrote: