End Breaking (2)

if the following are true:
  • the line at time t = i
  • the tab at time t = j
  • "break" state at t = "breaking"
  • value at (j - 1) in map (Control Map at time t) = control_value
  • control_value describes a loop = True

then "break" state at (t + 1) = "not_breaking"


Comments

Please log in to add comments