We've encountered an issue exporting this macro. Please try exporting this page again later.
number total = 10; total = total + surcharge; total = total - discount; total += total * .05; return total;
number total = 10; total = total + surcharge; total = total - discount; total += total * .05; return total;