The if construct
if (logical expression) then
block of F statements
else if (logical expression) then
block of F statements
else if (logical expression) then
block of F statements
else
block of F statements
endif
Previous slide
Next slide
Back to first slide
View graphic version