lua-users home
lua-l archive

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


In Lua 5.2 there is nothing to stop one giving _ENV keys which
cannot be identifiers; for example
  _ENV[_ENV] = {_ENV = _ENV}
But are there any circumstances in which such licence is useful?

-- 
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/