Advertisement
Guest User

Untitled

a guest
May 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. print("1--> 10")
  2. print("2--> 20")
  3. print("3--> 30")
  4. print("4--> other")
  5. print("Select a number")
  6.  
  7. local choice = io.read()
  8.  
  9. if choice ==1 then
  10. takeout(10)
  11. elseif choice == 2 then
  12. takeout(20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement