lua-users home
lua-l archive

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


> Apologies. All this time I have been equating "chunk" with "block".
No need to apologise [1]



[1] http://www.lua.org/manual/5.2/manual.html#3.3.2
"The unit of execution of Lua is called a chunk. Syntactically, a
chunk is simply a block:
	chunk ::= block"

--Liam