I haven't done any programming in so long I'm starting to
hallucinate. Here is today's hallucination. Lor' help me, I would
have written the whole thing if I hadn't already read somewhere
that counting syllables in arbitrary words is hard.
Open Dictionary text file;
Create new output text file;
WHILE NOT EOF(Dictionary) DO
BEGIN
REPEAT
(
Read more... )