comparison Lists.lua @ 41:dc9bfacca238

Lint
author John@Yosemite-PC
date Wed, 14 Mar 2012 22:06:19 -0400
parents ecef0cba2913
children 72055fc7e115
comparison
equal deleted inserted replaced
40:90622848932b 41:dc9bfacca238
69 bsk.persons = {} 69 bsk.persons = {}
70 70
71 bsk.raidNameP = {} -- "name" is present in raid 71 bsk.raidNameP = {} -- "name" is present in raid
72 bsk.raidIdP = {} -- "id" is present in raid 72 bsk.raidIdP = {} -- "id" is present in raid
73 bsk.reserveIdP = {} -- "reserve id present" 73 bsk.reserveIdP = {} -- "reserve id present"
74 local activeListKey = 1 -- temporary
75 local personName2id = {} -- given "name" get that person's id 74 local personName2id = {} -- given "name" get that person's id
76 75
77 local tinsert = table.insert 76 local tinsert = table.insert
78 local sformat = string.format 77 local sformat = string.format
79 local getn = table.getn 78 local getn = table.getn