I got a bios 367 error on Computercraft
问题 On my program for Computer craft that will be used in a control tower in my airport map, I got a message that looked like this: bios:367:[string "AirportCommand"]:15: syntax error Here is all my code please tell me if you see any errors: local Landing_open = true rednet.open("top") while true do id, message, distance = rednet.receive() if message == "Requesting Landing" and Landing_open == true and distance<500 then rednet.send(id, "Landing is granted. Please respond with Landing finished