aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Error message say near a line that doesn't exist #463

Open Shashplaz opened 4 months ago

Shashplaz commented 4 months ago

It says near line 71 but I only wrote 17 lines of code

aroberge commented 4 months ago

Can you provide more details, like what was the exact code you ran, which world were you using, etc.?

Some worlds, especially those that are not part of the standard tutorial, have extra code that is run before the user code (and is simply added to the user code) which can make the line number incorrect.