Search:

Type: Posts; User: JVene

Search: Search took 0.01 seconds.

  1. Or, the function might be the member of an object...

    Or, the function might be the member of an object which tracks the state of the outer loop - in which case you only need to return.
  2. You've got the first answer, break and the...

    You've got the first answer, break and the concept of break only works on the containing level (nothing propagates outward to containing loops).

    I'd like to address the design and thought process...
Results 1 to 2 of 2