Control structures
Sequence
implied; one after another
Branching (selection)
select alternative path based on condition (true/false)
example: if x ? 0 then a = b/x;
if tired then rest
else work;
Previous slide
Next slide
Back to first slide
View graphic version