loops

for init; cond; inc

for cond

for

cond

if cond

if init; cond

switch [init;] expr {

case mayNonConstExpr: stmtWithNoBreak …

case xxx: fallthrough

case xxx2: …