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