true

suggest change

A keyword denoting one of the two possible values of type bool.

bool ok = true;
if (!f()) {
    ok = false;
    goto end;
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents