1. Block Delimiters 

if($value > 100) {
    $free_shipping  = 1;
    $loyalty_points = int($value * 0.04);
}