lua-users home
lua-l archive

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


It was thus said that the Great Dibyendu Majumdar once stated:
> 
> Hi
> 
> Sorry I should know the answer to this but I don't. Does Lua support dotted module names... i.e. map to directory path?

  You mean something like:

	net = require "org.conman.net" --?

If so, then yes, Lua does.

  -spc