整理代码,goto标签名字统一格式方便理解

This commit is contained in:
MrZ626
2021-03-25 12:50:33 +08:00
parent 053a5a55e6
commit 742e9419be
8 changed files with 28 additions and 28 deletions

View File

@@ -100,11 +100,11 @@ function copyBoard(page)--Copy the [page] board
for x=1,10 do
if F[y][x]~=0 then
H=y
goto topFound
goto BREAK_topFound
end
end
end
::topFound::
::BREAK_topFound::
--Encode field
for y=1,H do