Lines Matching full:local
6 local write=io.write
13 -- local i=os.clock()+1 while(os.clock()<i) do end
17 local t = {w=w,h=h}
40 local ym1,y,yp1,yi=self.h-1,self.h,1,self.h
42 local xm1,x,xp1,xi=self.w-1,self.w,1,self.w
44 local sum = self[ym1][xm1] + self[ym1][x] + self[ym1][xp1] +
56 local out="" -- accumulate to reduce flicker
68 local c = ARRAY2D(w,h)
87 local thisgen = CELLS(w,h)
88 local nextgen = CELLS(w,h)
97 local gen=1