rednet.open("back")
local senderId, message, distance = rednet.receive()
term.write(message)
if message == open then
redstone.setOutput("left", true)
end
it does not output
all that comes out is term.write(message) witch is open
the other half is
rednet.open("back")
rednet.send(9,"open",true)












