if
switch
for
while
do-while
continue
break
goto
return
decltype
typedef
const_cast
static_cast
dynamic_cast
reinterpret_cast
new
delete
this
&&
if(n > 0 and n < 5) { std::cout << "n is small and positive\n"; }