Kierra

Untitled

Apr 25th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. --- Fonctions ---
  2.  
  3. function getTime()
  4. heure = os.time()
  5. heure = math.floor(time)
  6. end
  7.  
  8. function printTime()
  9. term.write(heure)
  10. term.clear()
  11. end
  12.  
  13. --- Programme ---
  14.  
  15. while true do
  16. getTime()
  17. printTime()
  18. sleep(1)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment