lua-users home
lua-l archive

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



On 23-Jun-07, at 1:16 PM, Aaron Brown wrote:

Patrick Donnelly wrote:

4: attempt to call a nil value

As Shmuel pointed out, though, this should be a compile-time
error ("ambiguous syntax").


One imagines that the run-time error came from something like:

  loadstring(foo)()

instead of checking for a compile error.