Re: First line of Lua chunk
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: First line of Lua chunk
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2013年8月22日 14:33:08 -0300
> Would you for instance say that when you type in something
> in an interactive session, and hit return, and Lua executes it,
> those statements formed a chunk?
>
> And in that case, should not a literal reading of the sentence
> I quoted imply that the first line you type in is allowed to start
> with a hash?
Just for curiosity: has this inexact description ever caused a "real"
problem to anyone reading the manual? ("real" meaning someone lost some
time trying to put something to work because he really misunderstood the
text.)
-- Roberto