$price = #מחיר#; $discount = #הנחה בשקלים#; $quantity = #כמות#;
$total = ($price – $discount) * $quantity;
return $total;