整理代码,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

@@ -40,11 +40,11 @@ local function checkBoard(b,p)
for i=1,8 do
for j=1,3 do
if b[lines[i][j]]~=p then
goto nextLine
goto CONTINUE_testNextLine
end
end
do return true end
::nextLine::
::CONTINUE_testNextLine::
end
end
local function full(L)