提交 182eb7f9 编写于 作者: L liuyao

add loop

上级 5bd6b16e
......@@ -39,7 +39,7 @@ loop2:
sleep 1000
$loop_count = $loop_count + 1
if $loop_count == 10 then
if $loop_count == 30 then
return -1
endi
......@@ -88,7 +88,7 @@ loop3:
sleep 1000
$loop_count = $loop_count + 1
if $loop_count == 10 then
if $loop_count == 30 then
return -1
endi
......@@ -135,7 +135,7 @@ loop4:
sleep 1000
$loop_count = $loop_count + 1
if $loop_count == 10 then
if $loop_count == 30 then
return -1
endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册