Scenario: x++ (Post-Increment)
Variable State
Ready
Click Next Step to begin execution.
Workbook 1c, p.59 — Step-by-step debugger view
++ / -- comes AFTER the variable,++ / -- comes BEFORE the variable,x++ and ++x do the exact same thing.y = x++