View difference between Paste ID: Fi2h8CJu and bMRwFg5J
SHOW: | | - or go back to the newest paste.
1
rednet.open("right")
2-
for i = 22, 37 do
2+
local i = 5
3-
   rednet.send(i, "cycle")
3+
repeat
4-
end
4+
  rednet.send(i, "cycle")
5
  i = i + 1	
6
until i == 100