Search:

Type: Posts; User: Sayeh

Search: Search took 0.02 seconds.

  1. Replies
    55
    Views
    192,769

    Sticky: Actually, "continue" is convenient to use, for...

    Actually, "continue" is convenient to use, for example, in a for:next loop, when you want the loop to iterate again without executing some additional code within the loop.

    As for 'goto', the...
  2. Replies
    55
    Views
    192,769

    Sticky: To All: Contrary to popular stupidity, there...

    To All:

    Contrary to popular stupidity, there is nothing wrong with using goto or continue. both perform the same thing in assembler, a jump to an address.

    Normally, you don't need to use them....
Results 1 to 2 of 2