Posted 16 September 2013 - 08:14 PM
Need help with this code. It expects '=' on line 19 (last line) and I know it says eof, it expected that when it was end.
rednet.open(back)
repeat
texutils.slowWrite("Enter Password: ")
password = read()
until
password == "boom"
term.clear()
term.setCursorPos(1,1)
textutils.slowPrint("Correct")
print("3")
sleep(1)
print("2")
sleep(1)
print("1")
sleep(1)
textutils.slowPrint("BOOM!!!")
rednet.broadcast("a")
end