Zframework finished

This commit is contained in:
MrZ_26
2020-07-08 20:26:28 +08:00
parent cdd5194108
commit a3302ab2bc
47 changed files with 308 additions and 275 deletions

View File

@@ -20,9 +20,9 @@ function freeRow.get(val)
end
_=_+10
end
local t=L[_]
local t=L[_]
for i=1,10 do t[i]=val end
L[_]=nil
L[_]=nil
_=_-1
return t
end
@@ -31,6 +31,6 @@ function freeRow.discard(t)
L[_]=t
end
function freeRow.getCount()
return _
return _
end
return freeRow