Advertisement
Guest User

tutorial1

a guest
Dec 17th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. --This code will teach you a basic code
  2. --Called Hello World
  3. term.clear() --This code clears the screen
  4. term.setCursorPos(1, 1)--sets cursor to top
  5. term.write("Hello World!")--Says Hello World!
  6. --This is the end of tutorial 1
  7. term.setCursorPos(1,2)
  8. term.write("Tell the_hunter2012 if you want tutorial 2")
  9. --Thank you for listening
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement