代码/注释整理

This commit is contained in:
MrZ626
2020-08-25 02:21:26 +08:00
parent 610d953803
commit 57a89c3859
3 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
local freeRow={}
local L={}--Storage
local _=0--Lenth
local _=0--Length
function freeRow.reset(num)
if num<_ then
for i=_,num+1,-1 do