OC-MultICE/modules/counter.lua

5 lines
81 B
Lua
Raw Normal View History

2017-04-19 02:40:25 +10:00
function count()
for i = 1, 10 do print(i) C.yield() end
end
s("counter",count)