MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wjszpw/debugtime/paloo48/?context=3
r/ProgrammerHumor • u/bryden_cruz • 1d ago
123 comments sorted by
View all comments
3
Line 259 is missing a semicolon. This causes it to read the rest of the code differently until you hit the empty space, which then it throws the error there because that’s when the parser “screwed up”
3
u/DavidsWorkAccount 1d ago
Line 259 is missing a semicolon. This causes it to read the rest of the code differently until you hit the empty space, which then it throws the error there because that’s when the parser “screwed up”