lua-users home
lua-l archive

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



for k,v : t do  ==> for k,v in pairs(t) do

(in a compulsive moment i wrote up a little patch that does this.  if anyone else wants it let me know.)