Posted 26 June 2013 - 02:47 AM
i made this code for a quick password program:
and i got this error:
bios:206: [string "startup"] :11: '<eof>' expected
PLEASE HELP ME!!
print("qifocusoft inc. password protection loaded")
print("enter password to continue")
input = read()
if input == "hi" then
print("ACCESS GRANTED")
end
else
print("nope.")
os.shutdown()
end
and i got this error:
bios:206: [string "startup"] :11: '<eof>' expected
PLEASE HELP ME!!
Edited by