in reply to Re: Crossword helper
in thread Crossword helper

When I first wrote this, user input was read from STDIN within a loop. This way you could check multiple words, etc... That necesitated keeping it all in memory. Then I made it command line.

But as you have pointed out... I didnt clean it up for processing it this way. I should modify as you suggest....

THANKS!!
zzSPECTREz