lua-users home
lua-l archive

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


To make sure I understand, let me restate this as "require will issue 
requires down the hierarchy".

with
require'foo.bar'

the implied require 'foo'
is only called if it foo not loaded (i.e. in package.loaded)?

I think it would solve a problem for me.

David Burgess