// terse code
if
(
whether
)
// or
if
(
!
whether
)
// or
if
(
whether
&& !
done
)