Post Reply 
INV DSZ in its natural habitat
10-15-2021, 04:24 PM
Post: #3
RE: INV DSZ in its natural habitat
Kind of. It's more akin to this, at least in my example:

Code:
 c = 10;
while (true) {
  //do stuff
  if (--c == 0) break;
  //do more stuff
}
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: INV DSZ in its natural habitat - Dave Britten - 10-15-2021 04:24 PM



User(s) browsing this thread: 1 Guest(s)