diff --git a/sample/sample07.bas b/sample/sample07.bas index 774cb4c..38796e3 100644 --- a/sample/sample07.bas +++ b/sample/sample07.bas @@ -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