Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C = 1
- w, h = term.getSize()
- while true do
- write(math.random(0,1))
- sleep(0.2)
- C = (C+1)
- if C == (w-1) then
- print(math.random(0,1))
- C = 0
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement