bios: 366: [string "Lab"] :28: 'end' expected (to close 'while' at line 1)
while true do
term.clear()
term.setCursorPos(1.1)
print("Lab Interface")
print("Door Open")
print("Door Closed")
print("Ceiling Lights")
print("4 Wall Lights")
print("Q Quit")
input = io.read()
if input == "1" then...