Advertisement
hevohevo

CC: exercise8_1

May 19th, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. -- exercise8_1
  2. local mon = peripheral.wrap("top")
  3.  
  4. mon.setTextScale(0.5)
  5. print(mon.getSize())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement