2012-05-02, 02:42 AM
Alright, so I messed around with the while loop idea.
It seems like the loop works fine until you input the letter. Then it keeps repeating on itself...
This is what happened when I added while:
![[Image: results1.png]](http://dl.dropbox.com/u/1395149/results1.png)
This is what happened when I placed a readline command at the end of the loop:
![[Image: results2.png]](http://dl.dropbox.com/u/1395149/results2.png)
I tried using a return command to see if that would help, but that only offered the above results as well. The break command was nice for finishing everything though.
It seems like the loop works fine until you input the letter. Then it keeps repeating on itself...
This is what happened when I added while:
![[Image: results1.png]](http://dl.dropbox.com/u/1395149/results1.png)
This is what happened when I placed a readline command at the end of the loop:
![[Image: results2.png]](http://dl.dropbox.com/u/1395149/results2.png)
I tried using a return command to see if that would help, but that only offered the above results as well. The break command was nice for finishing everything though.

