A keyword denoting one of the two possible values of type bool.
bool
bool ok = true; if (!f()) { ok = false; goto end; }