Posted 04 October 2015 - 01:31 PM
So I was making an OS (And still am, I am NOT cancelling this) and I ran into some errors with the menu. It kept saying: bios:14: [string ".temp":15: '<eof>' expected. I don't know what this means or how to fix it. Here is my code:
CAN SOMEONE DECODE THIS? And also tell me any other mistakes I've made… Also, in front of the shell.runs in the actual code I have used the tab button.
local ch1 = read()
if ch1 == 1 then
shell.run("programs")
elseif ch == 2 then
shell.run(".sor")
elseif ch == 3 then
shell.run(".hai")
elseif ch == 4 then
shell.run("news")
end
CAN SOMEONE DECODE THIS? And also tell me any other mistakes I've made… Also, in front of the shell.runs in the actual code I have used the tab button.