test: 将 print 函数替换为 os.print
This commit is contained in:
parent
b093f8db72
commit
6083c0b024
@ -31,8 +31,8 @@ module: Main
|
||||
if j % 2 == 0 then
|
||||
continue
|
||||
end if
|
||||
print(i)
|
||||
print(j)
|
||||
os.print(i)
|
||||
os.print(j)
|
||||
end body
|
||||
end loop
|
||||
end body
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user