[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can't find the fault in my code
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Thu, 9 Feb 2017 00:26:08 +0000
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?