Advertisement
Simlor_GER

0101

Sep 30th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. C = 1
  2.  
  3. w, h = term.getSize()
  4.  
  5. while true do
  6.  
  7. write(math.random(0,1))
  8. sleep(0.2)
  9. C = (C+1)
  10.  
  11. if C == (w-1) then
  12.  
  13. print(math.random(0,1))
  14. C = 0
  15.  
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement