Jump to content

Problem with <eof> error


Recommended Posts

You have an extra "end". If you use Notepad++ and set the Language to Lua, it can show you the start / end of a function or brace / parenthesis, if you place the text-cursor on the start or end of it. In this case, I've set the cursor at the end of line 40. In addition to it showing that the two parentheses surrounding "marian" match, it also shows a red line on the left, where we can see that the function is closed by the "end" on line 50, so the "end" on line 51 is redundant.

5d2b0d5241561_2019-07-1413_04_10.thumb.png.330c3b6dd71856632e825ca2ea3d8545.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...