lua-users home
lua-l archive

Re: module("Strict")

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


	Hi Thomas
	I've found a mistype in the first line of `registerModule':
function registerModule(m)
 -- based on Roberto's code in etc/strict.lua
 if g.type(m)!="table" then return end
 ^
	It should be `~'
		Tomás

AltStyle によって変換されたページ (->オリジナル) /