lua-users home
lua-l archive

Re: modules, require, magic

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


> Actually, what I don't understand is dofile; I always find it wierd
> that it can't be passed arguments...
For that, use loadfile:
	assert(loadfile(x))(1,2,3,4)

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