Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local mon = peripheral.wrap( <side> )
  2. term.redirect( mon )
  3. print( "Line one" )
  4. print( "Line two" )
  5.  
  6. -- then at the very end of the program
  7. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement