Continuing When Not Loop (2)

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

then "continue" state at (t + 1) = "continuing"


Comments

Please log in to add comments