Posted 27 November 2016 - 03:55 PM
So, I Have A Piece Of Code And It Gives me the Error
bios:14: [string ".temp" ];3; '<eof>' expected
Here's The Code:if fs.exists("main") then
os.run("main")
end else
term.setBackgroundColor( colors.gray )
term.clear()
print("Cant Find OS, Please Re-Install")
wait(5)
os.reboot()
end