Content deleted Content added
return |
string |
||
Line 1:
local p = {}
function p.
for i = 1, 1000000 do
return "done"
▲ end
end
function p.string(frame)
for i = 1, 1000000 do
string.match(" abcde ",'%S')
end
return "done"
|