kacsavadasz10

Untitled

Nov 30th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mon = peripheral.wrap("right") --assumes monitor is on right side of computer
  2. mon.clear() --clear the monitor
  3. mon.setCursorPos(1,1) --set cursor to upper left position
  4. mon.write("Hello world!") --write text
Add Comment
Please, Sign In to add comment