simple statements
terminated with a semicolon
may be followed by one optional modifier
if EXPR
unless EXPR
while EXPR
until EXPR
foreach EXPR
$os = 'mpe';
$os = 'mpe' if $model == 3000;
Previous slide
Next slide
Back to first slide
View graphic version