C2LC-591: Reset loop label to A when there are no loops in the program

Metadata

Source
C2LC-591
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Michelle D'Souza
Created
2022-01-18T12:05:04.294-0500
Updated
2022-04-06T13:50:39.954-0400
Versions
N/A
Fixed Versions
  1. Coding Env 1.4
Component
  1. Coding Environment

Description

From our design notes:

When making a new loop, we use the next available letter, letters are never reused; we reset back to A when the program has no loops.