The initial value of x=14 in the above ugly example happened because I ran it 3 times while I has debugging and modifying it. As the comment says, I originally did quit y+3 but I had to change it to quit x+3 because the second execution of the quit statement got an <UNDEFINED> *y signal before it got to the <COMMAND> signal.
- Log in to post comments