On Wed, Sep 15, 2010 at 12:54 PM, David Kastrup
<dak@gnu.org> wrote:
If you want to make a statement about the function of \n in the Lua
language, please write it into a complete file you feed into Lua (and
obviously not via input redirection).
My original point was that determining where a Lua _expression_ terminates is messy in the "f(f)(f)(f)" vs. "f(f)\n(f)(f)" case.
Since the file compiler accepts one and rejects the latter, I guess that:
- it qualifies as being understood differently;
- it acknowledges that this case is messy.