$חייב_במעמ = true; $סכום_העסקה = 1000;
if ($חייב_במעמ) { $result = $סכום_העסקה * 0.17; } else { $result = “”; }
return $result;