lua-users home
lua-l archive

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


> It's obvious the standard library defines the following global symbols:
> bit32, coroutine, debug, io, math, os, package, string, table. May I
> rely on the fact it does not define or access any other global symbols
> behind the scene?

The basic library defines many globals symbols. See
	http://www.lua.org/manual/5.2/manual.html#6.1