Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print('Hello, world!')
- print('I am ' .. os.getComputerLabel())
- print('What is your name?')
- local name = io.read()
- textutils.slowPrint('Nice to meet you, ' .. name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement