Consider ``` If A Lbl B Disp "C ``` If `Lbl B` is blindly deleted, then the program will look like this: ``` If A Disp "C ``` In this program, `Disp "C` will not run if A is false. Currently, tibo is very happy to delete `Lbl B`.