Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- component = require("component")
- io = require("io")
- os = require("os")
- term = require("term")
- gpu = component.gpu
- ci = component.cipher
- scr = component.screen
- w, h = component.gpu.getResolution()
- term.write("What would you like echoed back to you? ")
- i = io.read()
- term.clear()
- term.setCursor(w / 2 - (38 / 2) - #i / 2, h / 2)
- print("You asked to have " .. i .. " echoed back to you.")
- os.sleep(5)
- term.clear()
- term.setCursor(1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement