The following subprogram is used to calculate a total price:
function calculateTotal(price, discount) return price - discount endfunction
Identify the name of one parameter used in this subprogram.