Search:

Type: Posts; User: Adak

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    1,633

    You are missing the goto at the end of the inner...

    You are missing the goto at the end of the inner loop.
  2. Replies
    13
    Views
    1,633

    Like the for loop, the do while loop can be...

    Like the for loop, the do while loop can be easily changed to use goto's:

    do - label it startOfDo

    while(yada,yada) - if statement + gototo

    I remember when BASIC didn't have anything but for...
Results 1 to 2 of 2