RosalinaFan573

Hello2 (ComputerCraft)

Jul 20th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local name
  2. io.write("Hello!\n")
  3. io.write("Enter your name if you are important: ")
  4. name = io.read()
  5. if name == "Justin" then
  6. io.write("You are a very important person!\n")
  7. else
  8. io.write("You are not important. No offense!\n")
  9. end
  10. io.write("Sandwiches for you!\n")
Advertisement
Add Comment
Please, Sign In to add comment