test: 修改 Demo17 中的打印函数
This commit is contained in:
parent
cadace165a
commit
2c3c4089f8
@ -12,7 +12,7 @@ module: Main
|
|||||||
i = i + 1
|
i = i + 1
|
||||||
body:
|
body:
|
||||||
if i % 2 == 0 then
|
if i % 2 == 0 then
|
||||||
print(i)
|
os.print(i)
|
||||||
break
|
break
|
||||||
end if
|
end if
|
||||||
end body
|
end body
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user