fn is_n_prime_whether_or_not_God_exists() if (is_prime(3) && is_prime(5)) { // early return return true; } else { return three_if_God_exists_five_otherwise(); } }