Search:

Type: Posts; User: papadilbert

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    1,493

    Re: My break seems to be broken.

    Thanks for the feedback. I understood all of that. I already understand iterations, loops, etc.

    But what I'm trying to understand is how to effectively code a goto. GregBrannon's insight has given...
  2. Replies
    8
    Views
    1,493

    Re: My break seems to be broken.

    I changed the if to a for infinite loop so the break would be inside a loop as suggested. (See updated original post). It still doesn't break.

    Is there something else I'm missing?

    And yes, I...
  3. Replies
    8
    Views
    1,493

    My break seems to be broken.

    I'm attempting to use the break <label>; as a goto. But it doesn't want to go.
    I placed a few prints in the code to understand what might be the problem.

    I get a clean compile.
    When I run the...
Results 1 to 3 of 3