Breaking Tab Property
If the "break" state is "breaking" at time t, then at time t + 1, the tab number is decreased by 1. More formally,
if "break" state at t = "breaking", then the tab at time (t + 1) = (the tab at time t) - 1
While LW Python is in the "breaking" state, the tab number will decrease until LW Python finds a "while" statement on the current tab.
For example,
if "break" state at 82 = "breaking", then the tab at time (82 + 1) = 2 - 1
Try stepping through the simulator to see the "Current Tab" decrease when the "Break State" is "breaking."
Code Editor
LW Python State
Current Line | 1 | Current Tab | 0 | Time | 0 |
LW Python Simulator
Comments
Please log in to add comments