How to delete transitions
There are two ways to delete a
transition from an automaton.
- Select the transition you wish to have deleted by right-clicking directly on it.
This will bring up a menu of options.
In this menu, you will find the Delete Transition item, which will delete the selected transition.
OR
- To delete a transition called transition_name that begins at from_state and ends at
to_state, type delete transition_name from_state to_state
into the command line and press <Enter>: