1. Block Delimiters
if
(
$value
>
100
) {
$free_shipping
=
1
;
$loyalty_points
=
int
(
$value
*
0.04
); }
But why would you want a block?
Control flow (see above)