* ~~if-then-else~~ * ternary `?:` * ~~while~~ * do-while * for * foreach (compounds) * ~~continue~~ * ~~break~~ * switch-case-default (and continue?) I'm not sure how a switch statement could be done efficiently, so it'll need research.