Advertisement
asweigart

hello

Aug 24th, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. print('Hello, world!')
  2. print('I am ' .. os.getComputerLabel())
  3. print('What is your name?')
  4. local name = io.read()
  5. textutils.slowPrint('Nice to meet you, ' .. name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement