NielsUtrecht

Untitled

May 13th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. print "Hello!"
  2. local tank = peripheral.wrap("left")
  3. local tab = tank.get()
  4.  
  5. for key,value in pairs(tab) do
  6.    print(tostring(key)..": "..tostring(value))
  7. end
Advertisement
Add Comment
Please, Sign In to add comment