break gets you out of the INNER loop return returns from the whole OUTER chunk ]] for i = 1,10 do for j = 20,23 do v = i + j print (v)
確定! 回上一頁