*polished a sample code.

This commit is contained in:
wangrenxin 2016-02-12 21:02:00 +08:00
parent 03ab021597
commit 1ae862b2fd

View File

@ -18,7 +18,7 @@ def forward(cmd, i)
elseif h = "]" then
k = k - 1
endif
if h = "]" and k = 0 then then
if h = "]" and k = 0 then
return i
endif
i = i + 1