Advertisement
Guest User

clear

a guest
Feb 6th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(21,1)
  3. term.setTextColor(colors.orange)
  4. write('GproOS 2.1')
  5. term.setCursorPos(1,2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement