priceIncrease := (newPrice - oldPrice) / oldPrice var trump_tariff bool
if priceIncrease > 1.0 { trump_tariff = true }
const trump_tariff = priceIncrease > 1.0
const
priceIncrease := (newPrice - oldPrice) / oldPrice var trump_tariff bool
if priceIncrease > 1.0 { trump_tariff = true }