5 lines
116 B
Lua
5 lines
116 B
Lua
local typeOfPeripheral = peripheral.getType("left")
|
|
|
|
print("Type of peripheral on the left: " .. typeOfPeripheral)
|
|
|