Flow control ============ `flow_control` is a submodule of Visualgo dedicated to record eveything that is happening in a program. Especially, the `Program` class can be found inside `/flow_control/program.py`. That class is used to store variables and their states in the course of the program execution. .. toctree:: :maxdepth: 1 program_md Program ------- .. autoclass:: flow_control.program.Program :members: :undoc-members: :show-inheritance: