Advertisement
theinsekt

helloWorld

Sep 16th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --pastebin get NHr1td9D helloworld
  2. function clear()
  3.  term.setCursorPos(1,1)
  4.  term.setBackgroundColor(colors.white)
  5.  term.setBackgroundColor(colors.black)
  6.  term.clear()
  7. end
  8.  
  9. clear()
  10. textutils.slowWrite("Hello world!")
  11. print()
  12. textutils.slowWrite("Farewell cruel world!")
  13. sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement