lua-users home
lua-l archive

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



Sorry Rici, I did it again.

Peter Shook wrote:
  rawset(tab, name, value)  -- cache value

relace the line above with:

    tab[name] = value