Argamerist said:
Okay, now this is getting back to “teach yourself every tiny little detail, and god help you if you want someone to explain clearly where you went wrong on even one move”; I think because I point out how I do in fact read the manual, like I know that “if else” is supposed to check if a condition is true and execute something else if it isn't true in this particular problem's case, I genuinely cannot see what is wrong because I am just following what the examples and manual tell me to do.
Post that code here, from 213 to 251. I don't know if indentation is used by the compiler (I hope not 🙂) but it looks like only line 238 is in the else. The next compound statement (block) is outside the flow control. But then, what do I know? It's been decades since I last used Pascal.
What example are you using?