lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Are you running this in ComputerCraft of OpenComputers? If yes then it could be an issue with the in-game OS.

On Thu, Feb 9, 2017 at 12:26 AM, Jerome Vuarand <jerome.vuarand@gmail.com> wrote:
2017-02-07 17:43 GMT+00:00 Fred M. Sloniker <fredsloniker@gmail.com>:
> I'm working on writing a program to help me make 'to-do' lists for
> complicated builds in Minecraft, and there's some simple error in the code,
> I'm sure. Unfortunately, the error I'm getting is "'lua: temp.lua:74: 'do'
> expected near '<eof>'", which, given what's actually at line 74, suggests
> the fault is somewhere else. Can anyone help? I pasted the code to
> http://pastebin.com/mLNhdiK4 .

This parses without problem with my build of Lua 5.3.4. Which version
of Lua are you trying to use?