lua-users home
lua-l archive

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


On this page https://www.lua.org/pil/1.4.html

I think
	prompt> lua -i -l a.lua -e "x = 10"

should be
	prompt> lua -i -l a -e "x = 10"

--
Daniel Dương