Advertisement
Guest User

Untitled

a guest
Sep 11th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. term.write("What do you want to do?\n1) Shut down system")
  2. option = io.read()
  3. if option == "1" then
  4. -- not important
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement