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.











