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