Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
Code Block
number total = 10;
total = total + surcharge;
total = total - discount;
total += total * .05;
return total;
We've encountered an issue exporting this macro. Please try exporting this page again later.